]> git.mxchange.org Git - mailer.git/blobdiff - inc/db/lib.php
First batch of removal of the headers needed for revision-functions.php
[mailer.git] / inc / db / lib.php
index 9b243e68581c93f11205909d16281522bb28ecb0..41c725852ce066b0114d943e68888b37f6f8bde4 100644 (file)
  * -------------------------------------------------------------------- *
  * Kurzbeschreibung  : SQL-Typ auswaehlen                               *
  * -------------------------------------------------------------------- *
- * $Revision::                                                        $ *
- * $Date::                                                            $ *
- * $Tag:: 0.2.1-FINAL                                                 $ *
- * $Author::                                                          $ *
- * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
  * Copyright (c) 2009 - 2013 by Mailer Developer Team                   *
  * For more information visit: http://mxchange.org                      *
@@ -41,7 +36,7 @@ if (!defined('__SECURITY')) {
 } // END - if
 
 // Create include file name
-$inc = sprintf("inc/db/lib-%s.php", getConfig('_DB_TYPE'));
+$inc = sprintf('inc/db/lib-%s.php', getConfig('_DB_TYPE'));
 
 // Is the database library available?
 if (!isIncludeReadable($inc)) {