Update of /cvsroot/phpwsbb/phpwsbb/class
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv439
Modified Files:
Forum.php
Log Message:
removed lines not needed
Index: Forum.php
===================================================================
RCS file: /cvsroot/phpwsbb/phpwsbb/class/Forum.php,v
retrieving revision 1.39
retrieving revision 1.40
diff -C2 -d -r1.39 -r1.40
*** Forum.php 21 Mar 2005 20:37:18 -0000 1.39
--- Forum.php 22 Mar 2005 00:49:47 -0000 1.40
***************
*** 319,325 ****
return FALSE;
}
- echo $this->getOwner();
- if(!empty($this->_id) && ($_SESSION['OBJ_user']->username != $this->getOwner()))
- echo 'poop';
if(isset($_REQUEST['Forum_label']))
$error = $this->setLabel(PHPWS_Text::parseInput($_REQUEST['Forum_label']));
--- 319,322 ----
|