Last modified: 2010-05-15 15:33:15 UTC
Simple. On line 14 in compressOld.php it says: $old = $dbw->tableName( 'old' ); It should say: $old = $dbr->tableName( 'old' ); Change is tested, works. Seems to be an issue for the 1.4 branch only, as the 1.5 version of compressOld appears to be under heavy construction currently (and this typo has already been corrected there, I have checked it). Now, wait. How long is the 1.4 branch going to live? Does it still make sense to fix bugs there, or should we ignore it and wait for 1.5?
> Simple. On line 14 in compressOld.php it says: Sorry. I meant "compressOld.inc"!
Actually that line can just be removed; I've done so in REL1_4 branch and if there is a 1.4.10 release it will be included.