]> git.mxchange.org Git - mailer.git/commitdiff
Typo fixed
authorRoland Häder <roland@mxchange.org>
Sat, 7 Feb 2009 19:11:52 +0000 (19:11 +0000)
committerRoland Häder <roland@mxchange.org>
Sat, 7 Feb 2009 19:11:52 +0000 (19:11 +0000)
inc/databases.php
inc/functions.php

index 6a87a3eaa38e4982b1761ccddaf64bb5879b1b3e..c7fed7c1a58bcf505b50e228aec36d70d906e051 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('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);
 
 // Take a prime number which is long (if you know a longer one please try it out!)
 define('_PRIME', 591623);
index b2a538bc9ba381acf6542c88cc895750cb95ab84..049a0c58178fb5061742363a671ba4b3a9ae1c54 100644 (file)
@@ -3011,7 +3011,7 @@ function READ_FILE ($FQFN, $sqlPrepare = false) {
        }
 
        // Prepare SQL queries?
        }
 
        // 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);
                // Remove some unwanted chars
                $content = str_replace("\r", "", $content);
                $content = str_replace("\n\n", "\n", $content);