Update of /cvsroot/phpwiki/phpwiki/lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15422
Modified Files:
Request.php
Log Message:
avoid warning
Index: Request.php
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/lib/Request.php,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -2 -b -p -d -r1.83 -r1.84
--- Request.php 10 Dec 2004 02:36:43 -0000 1.83
+++ Request.php 17 Dec 2004 16:37:30 -0000 1.84
@@ -400,4 +400,5 @@ class Request {
(function_exists('ob_get_level') and @ob_get_level())) {
$this->_do_chunked_output = true;
+ if (empty($this->_ob_get_length)) $this->_ob_get_length = 0;
$this->_ob_get_length += ob_get_length();
while (@ob_end_flush());
@@ -1309,4 +1310,7 @@ class HTTP_ValidatorSet {
// $Log$
+// Revision 1.84 2004/12/17 16:37:30 rurban
+// avoid warning
+//
// Revision 1.83 2004/12/10 02:36:43 rurban
// More help with the new native xmlrpc lib. no warnings, no user cookie on
xmlrpc.
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/
|
|