X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fdb%2Flib.php;h=34a0581bb10ae2d0027fa4c45a3ba8381c2f8c8c;hp=645721deacf8e89ed840af587d29ee61939ca7e1;hb=508228c85fba8448d00865b1639cb8cd7a69e457;hpb=397eb5dee2611cfaa1ff494d73e6785b88109cd6 diff --git a/inc/db/lib.php b/inc/db/lib.php index 645721deac..34a0581bb1 100644 --- a/inc/db/lib.php +++ b/inc/db/lib.php @@ -10,7 +10,12 @@ * -------------------------------------------------------------------- * * Kurzbeschreibung : SQL-Typ auswaehlen * * -------------------------------------------------------------------- * - * * + * $Revision:: 856 $ * + * $Date:: $ * + * $Tag:: 0.2.1-FINAL $ * + * $Author:: $ * + * Needs to be in all Files and every File needs "svn propset * + * svn:keywords Date Revision" (autoprobset!) at least!!!!!! * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2008 by Roland Haeder * * For more information visit: http://www.mxchange.org * @@ -43,7 +48,7 @@ if (!defined('_DB_TYPE')) define('_DB_TYPE', "mysql3"); // Create include file name $INC = sprintf("inc/db/lib-%s.php", constant('_DB_TYPE')); -if (FILE_READABLE($INC)) { +if (INCLUDE_READABLE($INC)) { // Include abstraction layer LOAD_INC_ONCE($INC); } else {