Minor fix for system.time documentation and signature

This commit is contained in:
Miles Lott 2006-02-24 03:08:40 +00:00
parent 5f9d52623c
commit 920d865760

View File

@ -982,8 +982,8 @@
*/
'system.time' => array(
'function' => '_xmlrpcs_time',
'signature' => $GLOBALS['_xmlrpcs_time_sig'],
'docstring' => $GLOBALS['_xmlrpcs_time_doc']
'signature' => $GLOBALS['_xmlrpcs_egw_time_sig'],
'docstring' => $GLOBALS['_xmlrpcs_egw_time_doc']
)
);