X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=metaform.php;h=1cfb70c7dc099299d33f312b1081d22dfe2a22c1;hb=8a5f6e7c208344736b432515d9b93a1aa78790ed;hp=deba1de12e10d8c3f436711afca89c20a0f3647c;hpb=571c58fff7b139f590b5c4862761092bc1045436;p=wfpl.git diff --git a/metaform.php b/metaform.php index deba1de..1cfb70c 100644 --- a/metaform.php +++ b/metaform.php @@ -179,10 +179,6 @@ function get_fields() { $name = trim(substr($field, 0, -1)); # FIXME: stop this from getting enc_caption()ed $type = '{'; $options = null; - } elseif(substr($field, -1) == '{') { - $name = 'ignored'; - $type = '}'; - $options = null; } else { list($name, $type, $options) = split(' *', $field); if($options) $options = explode(',', $options);