Skip to content

Commit c5acdc6

Browse files
committed
2.1.1
1 parent 37e5fff commit c5acdc6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

code/Module.class.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ class Module extends FormToolsModule
1616
protected $author = "Ben Keen";
1717
protected $authorEmail = "[email protected]";
1818
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";
2121
protected $originLanguage = "en_us";
2222
protected $cssFiles = array("{MODULEROOT}/css/styles.css");
2323

users/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
$view_tabs = ViewTabs::getViewTabs($view_id, true);
7878
$tabs = array();
7979
$same_page = General::getCleanPhpSelf();
80-
while (list($key, $value) = each($view_tabs)) {
80+
foreach ($view_tabs as $key => $value) {
8181
$tabs[$key] = array(
8282
"tab_label" => $value["tab_label"],
8383
"tab_link" => "{$same_page}?tab=$key&form_id=$form_id&submission_id={$submission_id}"

0 commit comments

Comments
 (0)