]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/optimize_functions.php
Fix for wrong variable name
[mailer.git] / inc / libs / optimize_functions.php
index ee3e22c9416b304d377dec860e209d3c1944e971..e3e1f829729b39a1d0d4b8c4318c18b9883131da 100644 (file)
@@ -57,7 +57,7 @@ function repairOptimizeDatabase () {
        $ret['total_tabs'] = SQL_NUMROWS($result);
        $ret['tables'] = array();
 
-       // Do we have entries?
+       // Are there entries?
        if (!SQL_HASZERONUMS($result)) {
                // Fetch all rows
                while ($row = SQL_FETCHARRAY($result)) {