Commit aaad265bcd5e8d93c6ce0c9cb3508be24601ce0a

Authored by David RENÉ
1 parent d0da75ac

[~] typo

Showing 2 changed files with 3 additions and 1 deletions   Show diff stats
database/db_get_helpers.anubis
... ... @@ -154,6 +154,8 @@ public define Float
154 154 }
155 155 .
156 156  
  157 +
  158 +
157 159 public define Maybe(Float)
158 160 db_get_mb_Float
159 161 (
... ...
web/form.anubis
... ... @@ -125,7 +125,7 @@ public type CXM_Form_Field:
125 125  
126 126 //--- hidden field ------------------------------------------------------------
127 127 hidden(
128   - HTML_Id id,
  128 + HTML_Id id,
129 129 WebArgName web_arg_name,
130 130 WebArgValue init_value
131 131 ),
... ...