Index: branches/wmf/1.16wmf4/extensions/CentralNotice/SpecialCentralNotice.php |
— | — | @@ -1011,6 +1011,8 @@ |
1012 | 1012 | $dbr = wfGetDB( DB_SLAVE ); |
1013 | 1013 | $encTimestamp = $dbr->addQuotes( $dbr->timestamp() ); |
1014 | 1014 | |
| 1015 | + $cnDebug .= ' project:'.$project.' language:'.$language.' location:'.$location.' timestamp:'.$encTimestamp.' '; |
| 1016 | + |
1015 | 1017 | // Pull non-geotargeted campaigns |
1016 | 1018 | $campaignResults1 = $dbr->select( |
1017 | 1019 | array( |
Property changes on: branches/wmf/1.16wmf4/extensions/CentralNotice |
___________________________________________________________________ |
Modified: svn:mergeinfo |
1018 | 1020 | Merged /trunk/extensions/CentralNotice:r73437 |