shall all icons if not set

This commit is contained in:
Pim Snel 2003-11-04 14:28:45 +00:00
parent 5866e4405b
commit 2bfde17541

View File

@ -36,7 +36,7 @@
// == 'icons_and_text')
$max_icons=$GLOBALS['phpgw_info']['user']['preferences']['common']['max_icons'];
if(!$max_icons) $max_icons=7;
if(!$max_icons) $max_icons=200;
foreach($GLOBALS['phpgw_info']['navbar'] as $app => $app_data)
{