From: hickert Date: Wed, 23 Jan 2008 08:51:08 +0000 (+0000) Subject: Updated socket class X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=6aae2a143e9a8f34e4e4824a9efe6ff4e128710c;p=gosa.git Updated socket class git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8547 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/include/class_socketClient.inc b/gosa-core/include/class_socketClient.inc index 75f975828..9fca69096 100644 --- a/gosa-core/include/class_socketClient.inc +++ b/gosa-core/include/class_socketClient.inc @@ -108,7 +108,7 @@ class Socket_Client } - private _is_timeout($start,$stop = microtime()) + private function _is_timeout($start,$stop = microtime()) { $a = split("\ ",$start); $b = split("\ ",$stop);