From c3b3af29e6e80926519ade146ac657c036782bd3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Sat, 7 Feb 2009 19:11:52 +0000 Subject: [PATCH] Typo fixed --- inc/databases.php | 2 +- inc/functions.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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); -- 2.39.2