id'");
$user->update();
}
if($op == "reply") Header("Location: comments.php?op=reply&pid=0&sid=$sid&mode=$mode&order=$order&thold=$thold");
$result = mysql_query("SELECT * FROM stories WHERE sid = $sid");
list($sid, $aid, $subject, $time, $abstract, $comments, $article, $category, $informant, $department) = mysql_fetch_row($result);
$theme->header();
$reply = "[ hlcolor2\">home | hlcolor2\">add a comment ]";
$theme->article($aid, $informant, $time, stripslashes($subject), $department, stripslashes($abstract), stripslashes($comments), stripslashes($article), $reply);
if ($mode != "nocomments") include "comments.php";
$theme->footer();
?>