From: <be...@us...> - 2015-01-08 14:29:32
|
Revision: 12931 http://sourceforge.net/p/xoops/svn/12931 Author: beckmi Date: 2015-01-08 14:29:25 +0000 (Thu, 08 Jan 2015) Log Message: ----------- removing wrong "/" Modified Paths: -------------- XoopsCore/branches/2.5.x/2.5.8/htdocs/class/xml/rpc/xmlrpcparser.php Modified: XoopsCore/branches/2.5.x/2.5.8/htdocs/class/xml/rpc/xmlrpcparser.php =================================================================== --- XoopsCore/branches/2.5.x/2.5.8/htdocs/class/xml/rpc/xmlrpcparser.php 2015-01-05 17:16:47 UTC (rev 12930) +++ XoopsCore/branches/2.5.x/2.5.8/htdocs/class/xml/rpc/xmlrpcparser.php 2015-01-08 14:29:25 UTC (rev 12931) @@ -168,7 +168,6 @@ return $this->_tempValue; } -/ function resetTempValue() { unset($this->_tempValue); |