]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/nickname_functions.php
www is out-dated
[mailer.git] / inc / libs / nickname_functions.php
index 9dab3165382792913703ab4f6ac9b2b7e9532d4a..9d501390db43c0b198cf7d23ba583d1b0d53ceab 100644 (file)
  * $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 - 2009 by Roland Haeder                           *
- * For more information visit: http://www.mxchange.org                  *
+ * Copyright (c) 2009 - 2011 by Mailer Developer Team                   *
+ * For more information visit: http://mxchange.org                      *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
  * it under the terms of the GNU General Public License as published by *
@@ -39,7 +38,7 @@
 // Some security stuff...
 if (!defined('__SECURITY')) {
        die();
-}
+} // END - if
 
 // Checks wether the nickname is active
 function isNicknameOrUserid ($useridNick) {
@@ -50,7 +49,7 @@ function isNicknameOrUserid ($useridNick) {
        if (isset($GLOBALS['nickname_active'][$useridNick])) {
                // Use it directly
                $ret = $GLOBALS['nickname_active'][$useridNick];
-       } else {
+       } elseif ((!empty($useridNick)) && ($useridNick != '0')) {
                // Nickname or userid used?
                $nick = getNickname($useridNick);
 
@@ -89,7 +88,7 @@ function getNickname ($userid) {
                                $GLOBALS['nicknames'][$userid] = $ret;
                        } // END - if
                } else {
-                       // Direct nickname found!
+                       // Direct nickname found
                        $ret = $userid;
 
                        // Put it in cche