File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ class Module extends FormToolsModule
13
13
protected $ author = "Ben Keen " ;
14
14
protected $ authorEmail =
"[email protected] " ;
15
15
protected $ authorLink = "http://formtools.org " ;
16
- protected $ version = "2.1.5 " ;
17
- protected $ date = "2019-03-17 " ;
16
+ protected $ version = "2.2.0 " ;
17
+ protected $ date = "2023-02-26 " ;
18
18
protected $ originLanguage = "en_us " ;
19
19
protected $ jsFiles = array ("scripts/tests.js " );
20
20
protected $ cssFiles = array ("css/styles.css " );
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ public static function getComponentTables($component_info)
121
121
$ dbPrefix = Core::getDbTablePrefix ();
122
122
123
123
$ tables = array ();
124
- while ( list ( $ table_name ) = each ( $ component_info ["tables " ]) ) {
124
+ foreach ( $ component_info ["tables " ] as $ table_name => $ empty ) {
125
125
$ tables [] = "{$ dbPrefix }{$ table_name }" ;
126
126
}
127
127
You can’t perform that action at this time.
0 commit comments