diff --git a/database/db_get_helpers.anubis b/database/db_get_helpers.anubis index 56c8827..6a8011b 100644 --- a/database/db_get_helpers.anubis +++ b/database/db_get_helpers.anubis @@ -154,6 +154,8 @@ public define Float } . + + public define Maybe(Float) db_get_mb_Float ( diff --git a/web/form.anubis b/web/form.anubis index f640854..d53f679 100644 --- a/web/form.anubis +++ b/web/form.anubis @@ -125,7 +125,7 @@ public type CXM_Form_Field: //--- hidden field ------------------------------------------------------------ hidden( - HTML_Id id, + HTML_Id id, WebArgName web_arg_name, WebArgValue init_value ), -- libgit2 0.21.4