From: Geoffrey T. D. <da...@us...> - 2001-12-11 18:41:06
|
Update of /cvsroot/phpwiki/phpwiki/lib In directory usw-pr-cvs1:/tmp/cvs-serv32372/lib Modified Files: Request.php Log Message: Delete debugging cruft. Index: Request.php =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/lib/Request.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** Request.php 2001/11/29 18:03:59 1.4 --- Request.php 2001/12/11 18:41:03 1.5 *************** *** 347,352 **** */ function setStatus ($status) { - trigger_error("setStatus: $status", E_USER_WARNING); - $this->status = $status; } --- 347,350 ---- |