X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Flibs%2Fnickname_functions.php;h=aa7e715ead06b6f0c3544c77c6dd5e2372640e27;hb=496a9a8159ba42133179e0535afbd5622c3b39d8;hp=a75b9d75b2b574968e1907d957578d2f0eda44da;hpb=fe8e4c180ec67e320be98e1e8dc1f9ea612c3636;p=mailer.git diff --git a/inc/libs/nickname_functions.php b/inc/libs/nickname_functions.php index a75b9d75b2..aa7e715ead 100644 --- a/inc/libs/nickname_functions.php +++ b/inc/libs/nickname_functions.php @@ -18,6 +18,7 @@ * svn:keywords Date Revision" (autoprobset!) at least!!!!!! * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * + * Copyright (c) 2009, 2010 by Mailer Developer Team * * For more information visit: http://www.mxchange.org * * * * This program is free software; you can redistribute it and/or modify * @@ -39,7 +40,7 @@ // Some security stuff... if (!defined('__SECURITY')) { die(); -} +} // END - if // Checks wether the nickname is active function isNicknameOrUserid ($useridNick) { @@ -79,7 +80,7 @@ function getNickname ($userid) { $result = false; // Nickname or userid used? - if (''.round($userid).'' === ''.$userid.'') { + if ('' . round($userid) . '' === '' . $userid . '') { // Userid given, so try to load user data if (fetchUserData($userid)) { // Load nickname from database