Code

Updated socket class
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 23 Jan 2008 08:51:08 +0000 (08:51 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 23 Jan 2008 08:51:08 +0000 (08:51 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8547 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/include/class_socketClient.inc

index 75f97582845341c587ef9725a912a3e185a0e113..9fca690963fdc454c38f7ba58428ae295effa152 100644 (file)
@@ -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);