article($ArticleID); list($Revision, $Title, $Body, $Read, $Edit, $Date, $Author) = array_shift($Article); if($Edit > $LoggedUser['EffectiveClass']){ error('You do not have access to edit this article.'); } show_header('Edit '.$Title); ?>

Title

Body

Access

There are some situations in which the viewing or editing of an article should be restricted to a certain class.

Restrict Read: Restrict Edit: