X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Flanguage%2Fusage_de.php;h=5853ffe869338c62eb0123c1a477f2b4cf01aa44;hp=dd519ccfc16e420c9a328f2c70b19a6b1a2b05b9;hb=f97a999e0737c0007ae9c3c26dfef49f75a175ac;hpb=414570c5081d337bb6c28dcf521bd8bca02f69e7 diff --git a/inc/language/usage_de.php b/inc/language/usage_de.php index dd519ccfc1..5853ffe869 100644 --- a/inc/language/usage_de.php +++ b/inc/language/usage_de.php @@ -10,10 +10,10 @@ * -------------------------------------------------------------------- * * Kurzbeschreibung : Deutsche Sprachunterstuetzung * * -------------------------------------------------------------------- * - * $Revision:: 856 $ * - * $Date:: 2009-03-06 20:24:32 +0100 (Fr, 06. Mär 2009) $ * + * $Revision:: $ * + * $Date:: $ * * $Tag:: 0.2.1-FINAL $ * - * $Author:: stelzi $ * + * $Author:: $ * * Needs to be in all Files and every File needs "svn propset * * svn:keywords Date Revision" (autoprobset!) at least!!!!!! * * -------------------------------------------------------------------- * @@ -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); }