query("SELECT Name FROM artists_group WHERE ArtistID='$ArtistID'"); list($Name) = $DB->next_record(MYSQLI_NUM, true); View::show_header("Revision history for $Name"); // Set title // Start printing form ?>

Revision history for

revision_history(); // the wiki class takes over from here ?>