mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
killed warning reported by jens benner
This commit is contained in:
parent
a45d978366
commit
f154645215
@ -75,7 +75,7 @@ class bo_resources
|
|||||||
if($query['show_bookable'])
|
if($query['show_bookable'])
|
||||||
{
|
{
|
||||||
// This is somehow ugly, i know...
|
// This is somehow ugly, i know...
|
||||||
foreach($rows as $num => $resource)
|
foreach((array)$rows as $num => $resource)
|
||||||
{
|
{
|
||||||
$rows[$num]['default_qty'] = 1;
|
$rows[$num]['default_qty'] = 1;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user