Quote Originally Posted by lensrent View Post
Removed (actually I commented it out with //):

Code:
  if (isset($_SESSION['comments'])) {
    $comments = $_SESSION['comments'];
  }
Why did you touch this part?