]> git.mxchange.org Git - mailer.git/blobdiff - inc/databases.php
Fix for latest PHP 5.4.x changes
[mailer.git] / inc / databases.php
index 4c87186860200261e0d6e7a7398dc43454ff3fc3..8e42f451283f0d8a4e1cc5a4de95827071ae70c6 100644 (file)
@@ -17,7 +17,7 @@
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
  * Copyright (c) 2009 - 2011 by Mailer Developer Team                   *
- * For more information visit: http://www.mxchange.org                  *
+ * For more information visit: http://mxchange.org                      *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
  * it under the terms of the GNU General Public License as published by *
@@ -94,8 +94,8 @@ setConfigEntry('HTTP_EOL', "\r\n");
 // CFG: DEBUG-SQL (if enabled and DEBUG_MODE is enabled all SQL queries will be logged to debug.log)
 setConfigEntry('DEBUG_SQL', 'N');
 
-// CFG: ENCRYPT-SEPERATOR
-setConfigEntry('ENCRYPT_SEPERATOR', ':');
+// CFG: ENCRYPT-SEPARATOR
+setConfigEntry('ENCRYPT_SEPARATOR', ':');
 
 // Extra title is empty by default
 setExtraTitle('');