]> git.mxchange.org Git - mailer.git/blobdiff - inc/language/debug_de.php
A lot code refactured to newly introduces wrapper function isNicknameUsed()
[mailer.git] / inc / language / debug_de.php
index bc53ee3b233497a4b4c728d506dc65c98580d2e3..8fd5b56e2ece4bf765eba47d1b8e31f9ee0e34e2 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);
 }