flexyframework - compat to latest PHP
authorAlan Knowles <alan@roojs.com>
Wed, 6 Nov 2019 02:13:54 +0000 (10:13 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 6 Nov 2019 02:13:54 +0000 (10:13 +0800)
HTML/FlexyFramework/Generator.php

index d849af3..bda57c2 100644 (file)
@@ -66,7 +66,7 @@ class HTML_FlexyFramework_Generator extends DB_DataObject_Generator
                 case 'YEAR':
                 
                     $ret[$table.'.'.$t->name] = array('type' => 'int');
-                    continue;
+                    continue 2;
                
                 case 'REAL':
                 case 'DOUBLE':