X-Git-Url: http://git.roojs.org/?p=pear;a=blobdiff_plain;f=HTML%2FFlexyFramework%2FGenerator.php;fp=HTML%2FFlexyFramework%2FGenerator.php;h=bda57c2598c04c1165a9d236841daf6c96bbd05c;hp=d849af3bf8b362d1b7903b406720c77cd2159b5b;hb=9357dd9a292efb730a8730dca978830a2f03f1f6;hpb=553159a7f48e7f9dad7a8727bcde0669adbed715 diff --git a/HTML/FlexyFramework/Generator.php b/HTML/FlexyFramework/Generator.php index d849af3b..bda57c25 100644 --- a/HTML/FlexyFramework/Generator.php +++ b/HTML/FlexyFramework/Generator.php @@ -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':