mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-20 09:58:04 +02:00
commenting dead code (I Hope)
This commit is contained in:
parent
739f3d0906
commit
93760572cf
@ -260,18 +260,18 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($num_users > 50)
|
// if ($num_users > 50)
|
||||||
{
|
// {
|
||||||
$size = 15;
|
// $size = 15;
|
||||||
}
|
// }
|
||||||
elseif ($num_users > 5)
|
// elseif ($num_users > 5)
|
||||||
{
|
// {
|
||||||
$size = 5;
|
// $size = 5;
|
||||||
}
|
// }
|
||||||
else
|
// else
|
||||||
{
|
// {
|
||||||
$size = $num_users;
|
// $size = $num_users;
|
||||||
}
|
// }
|
||||||
$str = "\n".' <select name="participants[]" multiple size="5">'."\n";
|
$str = "\n".' <select name="participants[]" multiple size="5">'."\n";
|
||||||
for ($l=0;$l<count($event->participants);$l++)
|
for ($l=0;$l<count($event->participants);$l++)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user