Last modified: 2009-03-24 15:03:47 UTC
cleanupCaps.php and cleanupWatchlist.php both attempt to require_once( 'CleanupTable.inc' ); However, the latter is now called cleanupTable.php, so one will get Fatal error: require_once(): Failed opening required 'CleanupTable.inc' P.S. "rebuildMessages.php" case incorrect in README. (Found with $ perl -nlwe 'for(/\b\w+\.php\b/g){print}' README|xargs ls)
Done in r48743