X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Flanguage%2Fmods_de.php;h=a10028bb57cbcdf0e618d722dbc6a30f55dda1c4;hp=8a30a371511a4cd9f87309ba6b4188ce62424ee7;hb=f928ad2bed60fa256d0641eaf6d2c027a2944688;hpb=414570c5081d337bb6c28dcf521bd8bca02f69e7 diff --git a/inc/language/mods_de.php b/inc/language/mods_de.php index 8a30a37151..a10028bb57 100644 --- a/inc/language/mods_de.php +++ b/inc/language/mods_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); }