X-Git-Url: https://jasonwoof.com/gitweb/?p=wfpl.git;a=blobdiff_plain;f=metaform.php;h=9f67385271ff1a58651842353220cc146a42ff1f;hp=ad980a60b1b932b1d04c79449651d63da67eed87;hb=fe9a487e1b5ed0700481aee4609055dc6c47505d;hpb=23dfbcc20fc6d20fb5be211e5af50cdcb8565c8e diff --git a/metaform.php b/metaform.php index ad980a6..9f67385 100644 --- a/metaform.php +++ b/metaform.php @@ -23,7 +23,7 @@ require_once(__DIR__.'/'.'http.php'); require_once(__DIR__.'/'.'tar.php'); require_once(__DIR__.'/'.'format.php'); -# see code/wfpl/metaform/template.html for the html templates for these elements +# see wfpl/metaform/template.html for the html templates for these elements $GLOBALS['types'] = array( # type input format sql 'varname' => array('textbox', 'varname', 'varchar(50) binary'),