X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22config_fonctions%22%2C%20%22image_process=%24process%22%29%20.%20%22?a=blobdiff_plain;f=maintenance%2Fstorage%2FstorageTypeStats.php;h=9ba3d1b9a75a8a288a1f07561f0d9be86bacd3fc;hb=218e8311d578edfa04493cfde54f1850cd4cd6e3;hp=6dee1a5c83804bdf3a95e557d17fe05cc7f07ae6;hpb=16c80e429be5904fb42a93f260f8de3d18f0c692;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/storage/storageTypeStats.php b/maintenance/storage/storageTypeStats.php index 6dee1a5c83..9ba3d1b9a7 100644 --- a/maintenance/storage/storageTypeStats.php +++ b/maintenance/storage/storageTypeStats.php @@ -25,7 +25,7 @@ class StorageTypeStats extends Maintenance { function execute() { $dbr = $this->getDB( DB_REPLICA ); - $endId = $dbr->selectField( 'text', 'MAX(old_id)', false, __METHOD__ ); + $endId = $dbr->selectField( 'text', 'MAX(old_id)', '', __METHOD__ ); if ( !$endId ) { echo "No text rows!\n"; exit( 1 );