]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_admins.php
More double- to single-quotes rewritten
[mailer.git] / inc / modules / admin / what-config_admins.php
index 4dab2a6ff87ad14b71a7ccb199999ad1fe23e4b0..6b203e594fdcee3fdee497e553bd778e26e36a08 100644 (file)
@@ -119,8 +119,8 @@ if ((REQUEST_ISSET_POST('edit')) && ($SEL > 0)) {
                SQL_FREERESULT($result);
 
                // Prepare variables
-               if (empty($act)) $act = "---";
-               if (empty($wht)) $wht = "---";
+               if (empty($act)) $act = '---';
+               if (empty($wht)) $wht = '---';
 
                // Get admin mode
                $mode = constant('ADMINS_'.strtoupper($mode).'_MODE');
@@ -226,8 +226,8 @@ VALUES ('%s','%s','%s','%s')",
                $OUT = ''; $SW = 2;
                while ($content = SQL_FETCHARRAY($result_acls)) {
                        // Prepare variables
-                       if (empty($content['action_menu'])) $content['action_menu'] = "---";
-                       if (empty($content['what_menu']))   $content['what_menu']   = "---";
+                       if (empty($content['action_menu'])) $content['action_menu'] = '---';
+                       if (empty($content['what_menu']))   $content['what_menu']   = '---';
 
                        // Get mode
                        $content['access_mode'] = constant('ADMINS_'.strtoupper($content['access_mode']).'_MODE');