]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-theme_edit.php
login bonus will no longer be payed when turned off, "Y/N" rewritten to 'Y/N'
[mailer.git] / inc / modules / admin / what-theme_edit.php
index 9246c4bf46228ecd8f73fc7abd0121115e1c7871..9fc626ce0518409610668348505c7fd6534102af 100644 (file)
@@ -55,7 +55,7 @@ if ($SEL > 0)
                if (isset($_POST['status']))
                {
                        // Change status
-                       if ($_POST['active'][$id] == "Y")
+                       if ($_POST['active'][$id] == 'Y')
                        {
                                $SQL = "UPDATE "._MYSQL_PREFIX."_themes SET theme_active='N' WHERE id='".$id."' LIMIT 1";
                        }