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