X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fsql_error.php;h=7918cd1a45202dc59ccc1f133604dc64e63cc1eb;hb=b8bb07ca2993ae80746a809853fdd46f5cde14e3;hp=d415e25ea80080cd099173297cb8419edad151c9;hpb=508228c85fba8448d00865b1639cb8cd7a69e457;p=mailer.git diff --git a/inc/sql_error.php b/inc/sql_error.php index d415e25ea8..7918cd1a45 100644 --- a/inc/sql_error.php +++ b/inc/sql_error.php @@ -10,7 +10,7 @@ * -------------------------------------------------------------------- * * Kurzbeschreibung : Gibt MySQL-Fehler aus * * -------------------------------------------------------------------- * - * $Revision:: 856 $ * + * $Revision:: $ * * $Date:: $ * * $Tag:: 0.2.1-FINAL $ * * $Author:: $ * @@ -38,7 +38,7 @@ // Some security stuff... if (!defined('__SECURITY')) { - $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4) . "/security.php"; + $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), '/inc') + 4) . '/security.php'; require($INC); }