mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-23 14:29:02 +01:00
replace gettype()
This commit is contained in:
parent
b6162efea5
commit
4fefb85d65
@ -526,7 +526,7 @@
|
||||
while (list($null,$group) = each($groups))
|
||||
{
|
||||
$out .= '<option value="' . $group['account_id'] . '"';
|
||||
if (strtolower(gettype($selected)) == strtolower("array"))
|
||||
if(@is_array($selected))
|
||||
{
|
||||
for($i=0;$i<count($selected);$i++)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user