Index: branches/REL1_4/phase3/maintenance/dumpRev.php |
— | — | @@ -0,0 +1,8 @@ |
| 2 | +<? |
| 3 | +require_once( 'commandLine.inc' ); |
| 4 | +$dbr =& wfGetDB( DB_SLAVE ); |
| 5 | +$row = $dbr->selectRow( 'old', array( 'old_flags', 'old_text' ), array( 'old_id' => 52 ) ); |
| 6 | +$obj = unserialize( $row->old_text ); |
| 7 | +print_r( array_keys( $obj->mItems ) ); |
| 8 | + |
| 9 | +?> |
Property changes on: branches/REL1_4/phase3/maintenance/dumpRev.php |
___________________________________________________________________ |
Name: svn:eol-style |
1 | 10 | + native |
Name: svn:keywords |
2 | 11 | + Author Date Id Revision |