X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=metaform.php;h=3a6e70dde20b41a8191d6efc4b60cfab8bcccb6e;hb=eecf2afcf32b89ff927d2ee32139edf1309f528d;hp=b4ec6e03e1109b92989778b90bd1967a97ff62e4;hpb=3e70448969d205f3387edc245c6b52d01ae9ab75;p=wfpl.git diff --git a/metaform.php b/metaform.php index b4ec6e0..3a6e70d 100644 --- a/metaform.php +++ b/metaform.php @@ -304,7 +304,7 @@ function make_html($whole_file = true) { } if(show_in_listing($type, $input, $format, $sql)) { - $listing_headers[] = array('caption' => format_caption($name)); + $listing_headers[] = array('caption' => format_caption($name), 'name' => $name); $listing_field = array('name' => $name); if($format == 'bool' || $format == 'yesno') { $listing_field['enc'] = 'yesno';