X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fmember%2Fwhat-nickname.php;h=ba66cb970da059a4378feacbb67aeb1098b6bb32;hp=610c14940464778d5105eea9fbc0521aa555f72e;hb=49acdb7a7adbcf25a8e8683b5581bfcec72b23bd;hpb=f3c5b763e15cf8a6106cf259189a24e80636302b diff --git a/inc/modules/member/what-nickname.php b/inc/modules/member/what-nickname.php index 610c149404..ba66cb970d 100644 --- a/inc/modules/member/what-nickname.php +++ b/inc/modules/member/what-nickname.php @@ -75,7 +75,7 @@ if ($isValid === TRUE) { ), __FILE__, __LINE__); // Is it not in use? - if (ifSqlHasZeroNums($result)) { + if (ifSqlHasZeroNumRows($result)) { // Prepare array $filterData = array( 'history_subject' => 'NICKNAME_CHANGED',