From: Jason Woofenden Date: Tue, 17 Jul 2007 07:34:38 +0000 (-0400) Subject: fixed typo (produced stupid looking code that worked) X-Git-Url: https://jasonwoof.com/gitweb/?a=commitdiff_plain;ds=sidebyside;h=e57287b274cd1d031d2dd408c2fbb07b6c362cc5;p=wfpl.git fixed typo (produced stupid looking code that worked) --- diff --git a/metaform/template.php b/metaform/template.php index 48fb37f..e86d791 100644 --- a/metaform/template.php +++ b/metaform/template.php @@ -112,7 +112,7 @@ function ~form_name~() { return; } - if(!$edit_id && !$delet_id) { + if(!$edit_id) { if(!isset($_REQUEST['~form_name~_new']) && !isset($_REQUEST['~always_field~'])) { if(~form_name~_display_listing()) { return;