Index: trunk/phase3/maintenance/populateLogSearch.inc |
— | — | @@ -42,7 +42,7 @@ |
43 | 43 | $field = RevisionDeleter::getRelationType($params[0]); |
44 | 44 | } |
45 | 45 | if( $field == null ) { |
46 | | - echo "Invalid param type for $row->log_id"; |
| 46 | + echo "Invalid param type for $row->log_id\n"; |
47 | 47 | continue; // skip this row |
48 | 48 | } |
49 | 49 | $items = explode(',',$params[1]); |