--- nfo/site/htdocs/netfraggle.php 2004/08/31 16:43:35 1.6 +++ nfo/site/htdocs/netfraggle.php 2004/09/03 22:43:47 1.7 @@ -5,7 +5,7 @@ -------------------------------------------------------------------------------- --- rabit, 01:28 24.08.2004 --- joko, 04:05 30.08.2004 ---- $Id: netfraggle.php,v 1.6 2004/08/31 16:43:35 joko Exp $ +--- $Id: netfraggle.php,v 1.7 2004/09/03 22:43:47 joko Exp $ ------------------------------------------------------------------------------*/ include('inc/common/common.php.inc'); @@ -65,7 +65,7 @@ } function nfo_list_topics($params) { - nfo_debug_clean(); + #nfo_debug_clean(); #nfo_debug_write($params); #nfo_debug_write("list_topics"); $meta = $params->getParam(0); @@ -74,7 +74,7 @@ $type = $type->scalarval(); #nfo_debug_write("$type"); $res = cms_getindex($type); - nfo_debug_write($res); + #nfo_debug_write($res); $newentries = array(); $tmp = new XML_RPC_Value(); foreach ($res as $entry) { @@ -106,7 +106,7 @@ $pass = $pass->scalarval(); $common_sessiondata['userdata']['name'] = $user; $common_sessiondata['userdata']['password'] = $pass; - nfo_debug_write($common_sessiondata); + #nfo_debug_write($common_sessiondata); $retval = common_checkauthorisation(); return new XML_RPC_Response(new XML_RPC_Value($retval, 'boolean')); }