killed warning reported by jens benner

This commit is contained in:
Cornelius Weiß 2006-01-20 07:10:18 +00:00
parent a45d978366
commit f154645215

View File

@ -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;
} }