mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 17:14:44 +01:00
php3 array fix
This commit is contained in:
parent
ebe631bc10
commit
ad28fc933c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user