small fix with default param of get_list

(nothing showed up in the hook_XYZ_view)
This commit is contained in:
Ralf Becker 2002-05-14 13:19:53 +00:00
parent fc86e403b8
commit e1e147b1e3

View File

@ -492,7 +492,7 @@
// ---------- end nextmatch template --------------------
if ($for_include == 2)
if (intval($for_include) == 2)
{
$t->set_block('info_list_t','info_headers','headershandle');
}
@ -574,7 +574,7 @@
'/index.php',$this->menuaction()+array('filter'=>$filter)));
}
if ($for_include == 2)
if (intval($for_include) == 2)
{
return $t->fp('out','info_list_t',true);
}