r73437 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r73436‎ | r73437 | r73438 >
Date:01:57, 21 September 2010
Author:kaldari
Status:reverted (Comments)
Tags:
Comment:
more debugging output
Modified paths:
  • /trunk/extensions/CentralNotice/SpecialCentralNotice.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CentralNotice/SpecialCentralNotice.php
@@ -1011,6 +1011,8 @@
10121012 $dbr = wfGetDB( DB_SLAVE );
10131013 $encTimestamp = $dbr->addQuotes( $dbr->timestamp() );
10141014
 1015+ $cnDebug .= ' project:'.$project.' language:'.$language.' location:'.$location.' timestamp:'.$encTimestamp.' ';
 1016+
10151017 // Pull non-geotargeted campaigns
10161018 $campaignResults1 = $dbr->select(
10171019 array(

Comments

#Comment by Catrope (talk | contribs)   19:44, 27 September 2010

Reverted in r73439.

Status & tagging log