Table = $Table; $this->PageID = $PageID; $this->BaseURL = $BaseURL; } function revision_history() { global $DB; $BaseURL = $this->BaseURL; $DB->query(" SELECT RevisionID, Summary, Time, UserID FROM ".$this->Table." AS wiki WHERE wiki.PageID = ".$this->PageID." ORDER BY RevisionID DESC"); //----------------------------------------------- ?> next_record()) { $Row = (($Row == 'a') ? 'b' : 'a'); //------------------------------------------------------ ?>
Revision Date User Summary
#$RevisionID" ?>