r6652 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r6651‎ | r6652 | r6653 >
Date:06:27, 12 December 2004
Author:(no author)
Status:old
Tags:
Comment:
This commit was manufactured by cvs2svn to create branch 'REL1_4'.
Modified paths:
  • /branches/REL1_4/phase3/maintenance/dumpRev.php (added) (history)
  • /branches/REL1_4/phase3/maintenance/dumpRev.php (added) (history)

Diff [purge]

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
110 + native
Name: svn:keywords
211 + Author Date Id Revision

Status & tagging log