diff --git a/phpgwapi/inc/class.applications.inc.php b/phpgwapi/inc/class.applications.inc.php index e61edc23a1..45811fdd89 100755 --- a/phpgwapi/inc/class.applications.inc.php +++ b/phpgwapi/inc/class.applications.inc.php @@ -51,7 +51,7 @@ $this->account_id = get_account_id($account_id); } - function list_methods($_type='xmlrpc') + function DONTlist_methods($_type='xmlrpc') { /* This handles introspection or discovery by the logged in client, diff --git a/phpgwapi/inc/class.sessions.inc.php b/phpgwapi/inc/class.sessions.inc.php index b3995c3c4e..fdc81d8d36 100644 --- a/phpgwapi/inc/class.sessions.inc.php +++ b/phpgwapi/inc/class.sessions.inc.php @@ -58,7 +58,7 @@ $this->kp3 = (isset($GLOBALS['HTTP_GET_VARS']['kp3'])?$GLOBALS['HTTP_GET_VARS']['kp3']:(isset($GLOBALS['HTTP_COOKIE_VARS']['kp3'])?$GLOBALS['HTTP_COOKIE_VARS']['kp3']:'')); } - function list_methods($_type) + function DONTlist_methods($_type) { if (is_array($_type)) {