Parser error fixed
authorRoland Häder <roland@mxchange.org>
Sun, 8 Feb 2009 17:32:26 +0000 (17:32 +0000)
committerRoland Häder <roland@mxchange.org>
Sun, 8 Feb 2009 17:32:26 +0000 (17:32 +0000)
inc/databases.php
inc/functions.php

index d8735f6ec88741e61c157644608d3705bf6f29e0..cf6373d440045736eed6c834f4b1c9c4c724d228 100644 (file)
@@ -97,7 +97,7 @@ define('START_TDAY', MAKE_TIME(0, 0, 0, time()));
 define('SERVER_URL', "http://www.mxchange.org");
 
 // Current SVN revision
-define('CURR_SVN_REVISION', "719");
+define('CURR_SVN_REVISION', "720");
 
 // Take a prime number which is long (if you know a longer one please try it out!)
 define('_PRIME', 591623);
index 4f55bb8a07e03f4c2e8b2d4c762af5f86b846332..03d6b7d1ae343d0787bcc239c41a453ec84bf5bc 100644 (file)
@@ -965,7 +965,7 @@ function LOAD_CONFIGURED_URL ($configEntry) {
        // Is this URL set?
        if (is_null($URL)) {
                // Then abort here
-               trigger_error(sprintf("Configuration entry %s is not set!", $configEntry);
+               trigger_error(sprintf("Configuration entry %s is not set!", $configEntry));
        } // END - if
 
        // Load the URL