X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=metaform%2Ftemplate.php;h=965f38c2dd22d53ec00652dc025438d555d9b904;hb=456602c35b5550a0ab8cbaf4c74ca6d00a3be076;hp=5ce7cfe1f234573c43b8744916e9d3968d5adc0e;hpb=7dcbcb707e35c41d11266db7243416f86686dd79;p=wfpl.git diff --git a/metaform/template.php b/metaform/template.php index 5ce7cfe..965f38c 100644 --- a/metaform/template.php +++ b/metaform/template.php @@ -135,9 +135,9 @@ function _~form_name~_main() { echo '401 Unauthorized'; exit; } - + pulldown('~name~', array('option 1', 'option 2', 'option 3')); - + $edit_id = format_int($_REQUEST['~form_name~_edit_id']); unset($_REQUEST['~form_name~_edit_id']); if($edit_id) { @@ -160,7 +160,7 @@ function _~form_name~_main() { ~form_name~_display_listing(); return; } - + tem_show('new_msg'); }