php3 array fix

This commit is contained in:
Miles Lott 2001-11-14 13:07:06 +00:00
parent ebe631bc10
commit ad28fc933c

View File

@ -78,15 +78,13 @@
'function' => 'update_dla',
'signature' => array(array(xmlrpcBoolean)),
'docstring' => lang('Returns an array of todo items')
),
)
);
return $xml_functions;
break;
case 'soap':
return $this->soap_functions;
break;
default:
return array();
break;