Index: trunk/phase3/includes/SpecialBooksources.php |
— | — | @@ -37,7 +37,7 @@ |
38 | 38 | $res = wfQuery( $sql, $fname ); |
39 | 39 | if( ( $s = wfFetchObject( $res ) ) and ( $s->cur_text != "" ) ) { |
40 | 40 | $bstext = $s->cur_text; |
41 | | - $bstext = str_replace( "WIKI-ISBN", $this->mIsbn, $bstext ); |
| 41 | + $bstext = str_replace( "MAGICNUMBER", $this->mIsbn, $bstext ); |
42 | 42 | $noautolist = 1; |
43 | 43 | } |
44 | 44 | } |