Returns an array of the pending books.
getPendingBooks()
Parameters | |
| None |
Updates the status of a book in table "book".
changeBookStatus($bookid, $status)
Parameters | |
| Bookid | Primary key in table "book" of row to update |
| Status | New status to update book to |