X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=blobdiff_plain;f=maintenance%2FcleanupEmptyCategories.php;h=922b32e50f0e9aacc4ca78ddd768eccc53473405;hb=1dcf5b66d33ebade1c5cc8d3b2803aa70c8bb958;hp=786c20a59e76f0e7421b39f1f0df65e59a2fd30a;hpb=ee3147729028e025b177ff459a2f1670aef8a247;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/cleanupEmptyCategories.php b/maintenance/cleanupEmptyCategories.php index 786c20a59e..922b32e50f 100644 --- a/maintenance/cleanupEmptyCategories.php +++ b/maintenance/cleanupEmptyCategories.php @@ -116,7 +116,6 @@ TEXT ] ); if ( !$rows || $rows->numRows() <= 0 ) { - # Done, hopefully. break; } @@ -170,7 +169,6 @@ TEXT ] ); if ( !$rows || $rows->numRows() <= 0 ) { - # Done, hopefully. break; } foreach ( $rows as $row ) {