File: control/contentapproval.php

Return to Documentation

getPendingBooks (2)
changeBookStatus (3)

getPendingBooks

Author: Brad
Version: 04.25.05

Description

Returns an array of the pending books.

Example

getPendingBooks()

Parameters

None

Top

changeBookStatus

Author: Brad
Version: 04.25.05

Description

Updates the status of a book in table "book".

Example

changeBookStatus($bookid, $status)

Parameters

BookidPrimary key in table "book" of row to update
StatusNew status to update book to

Top