mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +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'])
|
||||
{
|
||||
// This is somehow ugly, i know...
|
||||
foreach($rows as $num => $resource)
|
||||
foreach((array)$rows as $num => $resource)
|
||||
{
|
||||
$rows[$num]['default_qty'] = 1;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user