(bug 8379) Output both source and destination titles

This commit is contained in:
Rob Church 2006-12-26 03:08:35 +00:00
parent 9bf649b4a7
commit 779571aae5

View file

@ -76,7 +76,7 @@ for ( $linenum = 1; !feof( $file ); $linenum++ ) {
}
print $source->getPrefixedText();
print $source->getPrefixedText() . ' --> ' . $dest->getPrefixedText();
$dbw->begin();
$err = $source->moveTo( $dest, false, $reason );
if( $err !== true ) {