From: Roland Häder Date: Sat, 7 Feb 2009 19:11:52 +0000 (+0000) Subject: Typo fixed X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=commitdiff_plain;h=c3b3af29e6e80926519ade146ac657c036782bd3 Typo fixed --- diff --git a/inc/databases.php b/inc/databases.php index 6a87a3eaa3..c7fed7c1a5 100644 --- a/inc/databases.php +++ b/inc/databases.php @@ -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', "714"); +define('CURR_SVN_REVISION', "715"); // Take a prime number which is long (if you know a longer one please try it out!) define('_PRIME', 591623); diff --git a/inc/functions.php b/inc/functions.php index b2a538bc9b..049a0c5817 100644 --- a/inc/functions.php +++ b/inc/functions.php @@ -3011,7 +3011,7 @@ function READ_FILE ($FQFN, $sqlPrepare = false) { } // Prepare SQL queries? - if ($sqlPreppare === true) { + if ($sqlPrepare === true) { // Remove some unwanted chars $content = str_replace("\r", "", $content); $content = str_replace("\n\n", "\n", $content);