X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=metaform.php;h=6eaa7a871d5ec6a0a6c2466e32f03303c8083774;hb=a1011831f5cf76e4cb8b1c0b5c5332cd82ca2d7b;hp=e6e4123becdbe5b00cb56d4b91a31a8280589758;hpb=d98d81886649a863d0e902f7c4e63b1257217e1f;p=wfpl.git diff --git a/metaform.php b/metaform.php index e6e4123..6eaa7a8 100644 --- a/metaform.php +++ b/metaform.php @@ -29,6 +29,7 @@ require_once('code/wfpl/format.php'); # see code/wfpl/metaform/template.html for the html templates for these elements $GLOBALS['types'] = array( # type input format sql + 'varname' => array('textbox', 'varname', 'varchar(50)'), 'name' => array('textbox', 'oneline', 'varchar(200)'), 'textbox' => array('textbox', 'oneline', 'varchar(200)'), 'int' => array('textbox', 'int', 'int'),