http://www.mediawiki.org/wiki/Special:Code/MediaWiki/73438

Revision: 73438
Author:   tomasz
Date:     2010-09-21 01:59:17 +0000 (Tue, 21 Sep 2010)

Log Message:
-----------
Adding debugging strings

Modified Paths:
--------------
    branches/wmf/1.16wmf4/extensions/CentralNotice/SpecialCentralNotice.php

Property Changed:
----------------
    branches/wmf/1.16wmf4/extensions/CentralNotice/


Property changes on: branches/wmf/1.16wmf4/extensions/CentralNotice
___________________________________________________________________
Modified: svn:mergeinfo
   - /branches/wmf-deployment/extensions/CentralNotice:60970
/trunk/extensions/CentralNotice:62820-67552,67557,67559-71720,71725-71731,71734-71739,71748-71753,71774-71997,72058-72131,72136-73406,73433,73435
/trunk/phase3/extensions/CentralNotice:63545-63546,63549,63643,63764,63897-63901,64113,64509,65387,65391,65555,65590,65650,65816
   + /branches/wmf-deployment/extensions/CentralNotice:60970
/trunk/extensions/CentralNotice:62820-67552,67557,67559-71720,71725-71731,71734-71739,71748-71753,71774-71997,72058-72131,72136-73406,73433,73435,73437
/trunk/phase3/extensions/CentralNotice:63545-63546,63549,63643,63764,63897-63901,64113,64509,65387,65391,65555,65590,65650,65816

Modified: 
branches/wmf/1.16wmf4/extensions/CentralNotice/SpecialCentralNotice.php
===================================================================
--- branches/wmf/1.16wmf4/extensions/CentralNotice/SpecialCentralNotice.php     
2010-09-21 01:57:32 UTC (rev 73437)
+++ branches/wmf/1.16wmf4/extensions/CentralNotice/SpecialCentralNotice.php     
2010-09-21 01:59:17 UTC (rev 73438)
@@ -1011,6 +1011,8 @@
                $dbr = wfGetDB( DB_SLAVE );
                $encTimestamp = $dbr->addQuotes( $dbr->timestamp() );
                
+               $cnDebug .= ' project:'.$project.' language:'.$language.' 
location:'.$location.' timestamp:'.$encTimestamp.' ';
+               
                // Pull non-geotargeted campaigns
                $campaignResults1 = $dbr->select(
                        array(



_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to