r10166 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r10165‎ | r10166 | r10167 >
Date:22:07, 16 July 2005
Author:avar
Status:old
Tags:
Comment:
* empty() => ''
Modified paths:
  • /trunk/phase3/includes/SpecialBooksources.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/SpecialBooksources.php
@@ -39,7 +39,7 @@
4040 global $wgOut;
4141
4242 $wgOut->setPagetitle( wfMsg( "booksources" ) );
43 - if( empty( $this->mIsbn ) ) {
 43+ if( $this->mIsbn == '' ) {
4444 $this->askForm();
4545 } else {
4646 $this->showList();

Status & tagging log