]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/what-nickname.php
Renamed ifSqlHasZeroNums() to ifSqlHasZeroNumRows() and improved some queries.
[mailer.git] / inc / modules / member / what-nickname.php
index 610c14940464778d5105eea9fbc0521aa555f72e..ba66cb970da059a4378feacbb67aeb1098b6bb32 100644 (file)
@@ -75,7 +75,7 @@ if ($isValid === TRUE) {
                ), __FILE__, __LINE__);
 
        // Is it not in use?
                ), __FILE__, __LINE__);
 
        // Is it not in use?
-       if (ifSqlHasZeroNums($result)) {
+       if (ifSqlHasZeroNumRows($result)) {
                // Prepare array
                $filterData = array(
                        'history_subject' => 'NICKNAME_CHANGED',
                // Prepare array
                $filterData = array(
                        'history_subject' => 'NICKNAME_CHANGED',