File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ class Module extends FormToolsModule
16
16
protected $ author = "Ben Keen " ;
17
17
protected $ authorEmail =
"[email protected] " ;
18
18
protected $ authorLink = "https://formtools.org " ;
19
- protected $ version = "2.1.0 " ;
20
- protected $ date = "2023-02-19 " ;
19
+ protected $ version = "2.1.1 " ;
20
+ protected $ date = "2023-08-28 " ;
21
21
protected $ originLanguage = "en_us " ;
22
22
protected $ cssFiles = array ("{MODULEROOT}/css/styles.css " );
23
23
Original file line number Diff line number Diff line change 77
77
$ view_tabs = ViewTabs::getViewTabs ($ view_id , true );
78
78
$ tabs = array ();
79
79
$ same_page = General::getCleanPhpSelf ();
80
- while ( list ( $ key , $ value ) = each ( $ view_tabs ) ) {
80
+ foreach ( $ view_tabs as $ key => $ value ) {
81
81
$ tabs [$ key ] = array (
82
82
"tab_label " => $ value ["tab_label " ],
83
83
"tab_link " => "{$ same_page }?tab= $ key&form_id= $ form_id&submission_id= {$ submission_id }"
You can’t perform that action at this time.
0 commit comments