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', 'function' => 'update_dla',
'signature' => array(array(xmlrpcBoolean)), 'signature' => array(array(xmlrpcBoolean)),
'docstring' => lang('Returns an array of todo items') 'docstring' => lang('Returns an array of todo items')
), )
); );
return $xml_functions; return $xml_functions;
break; break;
case 'soap': case 'soap':
return $this->soap_functions; return $this->soap_functions;
break; break;
default: default:
return array(); return array();
break; break;