to_id($_GET['name']); } else { //No ID, No Name //error(404); error('Unknown article ['.display_str($_GET['id']).']'); } if(!$ArticleID) { //No article found show_header('No article found'); ?>

No article found

There is no article matching the name you requested.
article($ArticleID); list($Revision, $Title, $Body, $Read, $Edit, $Date, $AuthorID, $AuthorName, $Aliases, $UserIDs) = array_shift($Article); if($Read > $LoggedUser['EffectiveClass']){ error(404); } show_header($Title,'wiki,bbcode'); ?>


full_format($Body)?>