r77319 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r77318‎ | r77319 | r77320 >
Date:03:16, 26 November 2010
Author:mah
Status:ok
Tags:
Comment:
followup r77272 remove var_dumps
Modified paths:
  • /trunk/extensions/SocialProfile/UserGifts/SpecialGiveGift.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SocialProfile/UserGifts/SpecialGiveGift.php
@@ -35,9 +35,6 @@
3636 $gift_id = $wgRequest->getVal( 'gift_id' );
3737 $out = '';
3838
39 - var_dump( $wgUser->getID() );
40 - var_dump( $this->user_id_to );
41 -
4239 if ( $wgUser->getID() === $this->user_id_to ) {
4340 $wgOut->setPageTitle( wfMsg( 'g-error-title' ) );
4441 $out .= wfMsg( 'g-error-message-to-yourself' );

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r77272Simplify the SQL setup code, maka schema createion work on SQLite and, with r...mah07:46, 25 November 2010

Status & tagging log