Index: trunk/extensions/SemanticForms/includes/SF_FormPrinter.inc |
— | — | @@ -419,9 +419,13 @@ |
420 | 420 | // send the user a warning |
421 | 421 | // (multiple-instance templates have a greater chance of |
422 | 422 | // getting repeated from one form to the next) |
423 | | - if (! $allow_multiple) { |
| 423 | + // - on second thought, allow even the presence of multiple- |
| 424 | + // instance templates to validate that this is the correct |
| 425 | + // form: the problem is that some forms contain *only* mutliple- |
| 426 | + // instance templates |
| 427 | + //if (! $allow_multiple) { |
424 | 428 | $source_page_matches_this_form = true; |
425 | | - } |
| 429 | + //} |
426 | 430 | } |
427 | 431 | } |
428 | 432 | // if the input is from the form (meaning the user has hit one |