]> git.mxchange.org Git - mailer.git/blobdiff - inc/patch-system.php
Notice fixed, email navi now shown if on 2+ page
[mailer.git] / inc / patch-system.php
index 19659950bfa2e662378900bc91f45d3ce90793da..9eb7c43df2bb4850671e0d28d84ce5d30bd56bb2 100644 (file)
@@ -41,7 +41,7 @@ if (ereg(basename(__FILE__), $_SERVER['PHP_SELF']))
 // Check for patch level differences between databases and current hard-coded
 if (CURR_SVN_REVISION > $_CONFIG['patch_level']) {
        // Update database and CONFIG array
-       UPDATE_CONFIG(array("patch_level", "path_ctime"), array(CURR_SVN_REVISION, "UNIX_TIMESTAMP()"));
+       UPDATE_CONFIG(array("patch_level", "patch_ctime"), array(CURR_SVN_REVISION, "UNIX_TIMESTAMP()"));
        $_CONFIG['patch_level'] = CURR_SVN_REVISION;
        $_CONFIG['patch_ctime'] = time();
 } // END - if