Table = $Table; $this->PageID = $PageID; $this->BaseURL = $BaseURL; } function revision_history(){ global $DB; $BaseURL = $this->BaseURL; $DB->query("SELECT RevisionID, Summary, Time, UserID, users.Username FROM ".$this->Table." AS wiki JOIN users_main AS users ON users.ID = wiki.UserID WHERE wiki.PageID = ".$this->PageID." ORDER BY RevisionID DESC"); //----------------------------------------------- ?> next_record()){ $Row = ($Row == 'a') ? 'b' : 'a'; //------------------------------------------------------ ?>
Revision Summary
#$RevisionID" ?> Edited by Reason: