]> git.mxchange.org Git - mailer.git/blobdiff - inc/language/html_mail_de.php
A lot double-quotes rewritten to single-quotes, some redirect URLs fixed
[mailer.git] / inc / language / html_mail_de.php
index c745467653ea0a83943e7981c86dbeabbcb5e9e3..151d8de7a9c0489977ad09bcf408c8c810df3b5a 100644 (file)
@@ -10,7 +10,7 @@
  * -------------------------------------------------------------------- *
  * Kurzbeschreibung  : Deutsche Sprachunterstuetzung                    *
  * -------------------------------------------------------------------- *
- * $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);
 }