]> git.decadent.org.uk Git - maypole.git/blobdiff - ex/fancy_example/templates/custom/display_search_inputs
add_to_from_cgi is cool.
[maypole.git] / ex / fancy_example / templates / custom / display_search_inputs
index ee1d586acfb26e83a95952d5441904c729efd312..9985bfbd58e6b8d7d23d1326417d7c1d1179027b 100644 (file)
@@ -20,6 +20,7 @@ errors                 -- hash of errors keyed on columns
        SET cgi         = classmetadata.cgi; 
        SET delimiter = this.foreign_input_delimiter;
        FOR field IN srch_fields;
+               NEXT IF !cgi.$field;
                # Recursivly call this tmeplate if we have foreign field 
         # (hash of foreign inputs should come with it) 
                IF (  cgi.$field.keys );