summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c1a23ba)
raw | patch | inline | side by side (parent: c1a23ba)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 23 Jan 2008 08:51:08 +0000 (08:51 +0000) | ||
committer | hickert <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 | patch | blob | history |
index 75f97582845341c587ef9725a912a3e185a0e113..9fca690963fdc454c38f7ba58428ae295effa152 100644 (file)
}
- private _is_timeout($start,$stop = microtime())
+ private function _is_timeout($start,$stop = microtime())
{
$a = split("\ ",$start);
$b = split("\ ",$stop);