Show logs through the web interface
This commit is contained in:
@@ -485,7 +485,8 @@ class NetBiblio extends WebService
|
||||
public function FindBook($code)
|
||||
{
|
||||
$this->CheckSession();
|
||||
return reset($this->AddBookData(BookSearch::GetBooks(array($code))));
|
||||
$books = $this->AddBookData(BookSearch::GetBooks(array($code)));
|
||||
return reset($books);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user