JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
clean up include paths and docs
[wfpl.git] / metaform.php
index ad980a6..9f67385 100644 (file)
@@ -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'),