X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Flibs%2Foptimize_functions.php;h=07b24ef8ab17bb308bc83dcd0441d7686e38732b;hp=64308e77793dccdf489b3b1dc7dd273e366e2e4c;hb=49acdb7a7adbcf25a8e8683b5581bfcec72b23bd;hpb=f3c5b763e15cf8a6106cf259189a24e80636302b diff --git a/inc/libs/optimize_functions.php b/inc/libs/optimize_functions.php index 64308e7779..07b24ef8ab 100644 --- a/inc/libs/optimize_functions.php +++ b/inc/libs/optimize_functions.php @@ -58,7 +58,7 @@ function repairOptimizeDatabase () { $ret['tables'] = array(); // Are there entries? - if (!ifSqlHasZeroNums($result)) { + if (!ifSqlHasZeroNumRows($result)) { // Fetch all rows while ($row = sqlFetchArray($result)) { $tot_data = $row['Data_length'];