Index: trunk/phase3/maintenance/storage/storageTypeStats.php |
— | — | @@ -33,7 +33,7 @@ |
34 | 34 | ) |
35 | 35 | ) |
36 | 36 | ), |
37 | | - IF(old_flags = 'object', |
| 37 | + IF(old_flags LIKE '%object%', |
38 | 38 | TRIM('"' FROM SUBSTRING_INDEX(SUBSTRING_INDEX(old_text, ':', 3), ':', -1)), |
39 | 39 | '[none]' |
40 | 40 | ) |