JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
fixed typo
authorJason Woofenden <jason183@herkamire.com>
Fri, 13 Jul 2007 17:51:01 +0000 (13:51 -0400)
committerJason Woofenden <jason183@herkamire.com>
Fri, 13 Jul 2007 17:51:01 +0000 (13:51 -0400)
metaform/template.php

index 48fb37f..e86d791 100644 (file)
@@ -112,7 +112,7 @@ function ~form_name~() {<!--~opt_http_pass_2 start~-->
                return;<!--~end~-->
        }
 
-       if(!$edit_id && !$delet_id) {<!--~opt_listing_1 start~-->
+       if(!$edit_id) {<!--~opt_listing_1 start~-->
                if(!isset($_REQUEST['~form_name~_new']) && !isset($_REQUEST['~always_field~'])) {
                        if(~form_name~_display_listing()) {
                                return;