From: Alan Knowles Date: Wed, 6 Nov 2019 02:13:54 +0000 (+0800) Subject: flexyframework - compat to latest PHP X-Git-Url: http://git.roojs.org/?p=pear;a=commitdiff_plain;h=9357dd9a292efb730a8730dca978830a2f03f1f6 flexyframework - compat to latest PHP --- 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':