mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
Small fix for a parse error on line 64.
This commit is contained in:
parent
a9d1c35781
commit
9ebc41f0db
@ -60,7 +60,7 @@
|
||||
@reset($haystack);
|
||||
while(list($key,$value) = each($haystack))
|
||||
{
|
||||
if ($haystack[$key]==$needle && (!$strict || gettype($haystack[$key]==gettype($needle)))
|
||||
if ($haystack[$key]==$needle && (!$strict || gettype($haystack[$key])==gettype($needle)))
|
||||
{
|
||||
return $key;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user