From: Jens Frank Date: Fri, 29 Apr 2005 20:52:23 +0000 (+0000) Subject: Remove debug code ... X-Git-Tag: 1.5.0alpha1~69 X-Git-Url: http://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=92c6bdbbe370daaad705c69731f8cf5835babfb0;p=lhc%2Fweb%2Fwiklou.git Remove debug code ... --- diff --git a/includes/ImagePage.php b/includes/ImagePage.php index 9c7fb5713c..fb27b10f3b 100644 --- a/includes/ImagePage.php +++ b/includes/ImagePage.php @@ -183,26 +183,13 @@ class ImagePage extends Article { { global $wgUser,$wgOut; $sk = $wgUser->getSkin(); - if (0) { - $wgOut->addHTML( '
' ); - $wgOut->addWikiText( '
'. wfMsg( 'uploadnewversion', $this->getUploadUrl() ) .'
' ); - $wgOut->addHTML( '
' ); - $wgOut->addHTML( $sk->makeKnownLinkObj( $this->mTitle, - wfMsg( 'edit-externally' ), - "action=edit&externaledit=true&mode=file" ) ); - $wgOut->addWikiText( '
' . - wfMsg('edit-externally-help') . '
' ); - $wgOut->addHTML( '

' ); - } else if (0) { - $wgOut->addHTML( '
' ); - } else { - } + $wgOut->addHTML( '
' ); } function closeShowImage()