* empty() => ''
authorÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Sat, 16 Jul 2005 22:07:38 +0000 (22:07 +0000)
committerÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Sat, 16 Jul 2005 22:07:38 +0000 (22:07 +0000)
includes/SpecialBooksources.php

index 85a8178..d582ed8 100644 (file)
@@ -39,7 +39,7 @@ class BookSourceList {
                global $wgOut;
 
                $wgOut->setPagetitle( wfMsg( "booksources" ) );
-               if( empty( $this->mIsbn ) ) {
+               if( $this->mIsbn == '' ) {
                        $this->askForm();
                } else {
                        $this->showList();