X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Fload_config.php;h=88b48f7970118742f375993c2cace2626e3e92be;hb=987bf5583fce2696a1c6b2b72b123747b4cd4536;hp=ee94c6f58243ff1bfd12a142f7fc107cfa0ae0d1;hpb=3382f066b73b5a9cf2833ebc1c5467502a441acc;p=mailer.git diff --git a/inc/load_config.php b/inc/load_config.php index ee94c6f582..88b48f7970 100644 --- a/inc/load_config.php +++ b/inc/load_config.php @@ -10,13 +10,8 @@ * -------------------------------------------------------------------- * * Kurzbeschreibung : Lader fuer Konfiguration * * -------------------------------------------------------------------- * - * $Revision:: $ * - * $Date:: $ * - * $Tag:: 0.2.1-FINAL $ * - * $Author:: $ * - * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * - * Copyright (c) 2009 - 2013 by Mailer Developer Team * + * Copyright (c) 2009 - 2015 by Mailer Developer Team * * For more information visit: http://mxchange.org * * * * This program is free software; you can redistribute it and/or modify * @@ -43,7 +38,7 @@ if (!defined('__SECURITY')) { // Set some config entries which is required for installation phase setConfigEntry('OUTPUT_MODE' , 'render'); setConfigEntry('WRITE_FOOTER', 'Y'); -setConfigEntry('_DB_TYPE' , 'mysql3'); +setConfigEntry('_DB_TYPE' , 'mysql'); // Mark configuration as NOT loaded which is the default $GLOBALS['config_local_loaded'] = FALSE;