]> git.mxchange.org Git - ctracker.git/blobdiff - libs/lib_updates.php
Continued:
[ctracker.git] / libs / lib_updates.php
index bf84dca1ac9a02317a7d5c46796c30f6c03a5db3..df87a9c1688afb99d1cef9734b24a09f376a84b9 100644 (file)
@@ -144,5 +144,5 @@ function runCrackerTrackerUpdates ($update) {
        foreach ($GLOBALS['ctracker_updates'][$update] as $sql) {
                // Run the SQL command
                runCrackerTrackerSql($sql, __FUNCTION__, __LINE__);
-       } // END - foreach
+       }
 }