#77 bugblue-layout fix
This commit is contained in:
parent
b3df228845
commit
6a30868814
|
@ -365,6 +365,7 @@ function view_user_shifts() {
|
|||
foreach($myrooms as $room) {
|
||||
$rid=$room["id"];
|
||||
$colspan=1;
|
||||
if(is_array($block[$rid]))
|
||||
foreach($block[$rid] as $max) if($max>$colspan) $colspan=$max;
|
||||
for($i=0;$i<$maxshow;$i++)
|
||||
$todo[$rid][$i]=$colspan;
|
||||
|
|
Loading…
Reference in New Issue