]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-list_rallyes.php
Huge rewrite of default parameters, ext-network continued:
[mailer.git] / inc / modules / admin / what-list_rallyes.php
index baf0e3bfaa0fa8a7773c45170502240814bedab5..52bdf868cf619aa80e4b5497424a1a1009a2d71e 100644 (file)
@@ -348,7 +348,7 @@ ORDER BY
                                        // Rallye is active so do not edit it!
                                        $row['select'] = "<div class=\"big\">".$row['id']."</div>";
                                        $row['active_title'] = getMessage('RALLYE_DEACTIVATE_NOW');
-                                       $row['active'] = 0;
+                                       $row['active'] = '0';
                                        break;
 
                                case 'N':
@@ -361,7 +361,7 @@ ORDER BY
                        switch ($data['send_notify']) {
                                case 'Y':
                                        $row['notify_title'] = getMessage('RALLYE_STOP_NOTIFY_NOW');
-                                       $row['notify'] = 0;
+                                       $row['notify'] = '0';
                                        break;
 
                                case 'N':
@@ -374,7 +374,7 @@ ORDER BY
                        switch ($data['auto_add_new_user']) {
                                case 'Y':
                                        $row['auto_title'] = getMessage('RALLYE_STOP_AUTO_ADD_NOW');
-                                       $row['auto'] = 0;
+                                       $row['auto'] = '0';
                                        break;
 
                                case 'N':