]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_home.php
more in naming convention applied, you should better kill inc/cache/*.cache files...
[mailer.git] / inc / modules / admin / what-config_home.php
index 6ce223e3136fb873070362b89108a129c913aa89..2f5264047441bcc76f980653e1216eafd4cdd0bd 100644 (file)
@@ -71,7 +71,7 @@ case "target": // Set which what-file will be placed in home-page (only modules.
        if (isset($_GET['home']))
        {
                // Set new home
-               $result = SQL_QUERY_ESC("UPDATE "._MYSQL_PREFIX."_config SET index_home='%s' WHERE config='0' LIMIT 1", array($_GET['home']), __FILE__, __LINE__);
+               $result = SQL_QUERY_ESC("UPDATE "._MYSQL_PREFIX."_config SET index_home='%s' WHERE config=0 LIMIT 1", array($_GET['home']), __FILE__, __LINE__);
                $_CONFIG['index_home'] = $_GET['home'];
        }