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