X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Flanguage%2Fnewsletter_de.php;h=5f399c23b925a28eb7002cc59ab4c09cbb908420;hb=02898778cb9e52a5dd4766c5276dc012585ce881;hp=f4d29c3183df8e932d123f27deb0e3f03aa3597b;hpb=927b013dd62bdd14f9da1960bdaaccfaad386009;p=mailer.git diff --git a/inc/language/newsletter_de.php b/inc/language/newsletter_de.php index f4d29c3183..5f399c23b9 100644 --- a/inc/language/newsletter_de.php +++ b/inc/language/newsletter_de.php @@ -10,7 +10,12 @@ * -------------------------------------------------------------------- * * Kurzbeschreibung : Deutsche Sprachunterstuetzung * * -------------------------------------------------------------------- * - * * + * $Revision:: $ * + * $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 * @@ -33,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); }