*Add usertext_timestamp index to archive table
[lhc/web/wiklou.git] / maintenance / deleteArchivedFiles.inc
index e98a1b4..32ddf4c 100644 (file)
@@ -49,7 +49,6 @@ function DeleteArchivedFiles( $delete = false ) {
        $transaction->commit();
        
        # This bit's done
-       # Purge redundant text records
        $dbw->commit();
 
 }