the error is :
ERROR Notice: Undefined index: navbar_format in
/home/pascal/public_html/phpgwapihead/templates/idots/navbar.inc.php at
line 55*
ERROR Notice: Undefined index: navbar_format in
/home/pascal/public_html/phpgwapihead/templates/idots/navbar.inc.php at
line 55*
ERROR Notice: Undefined index: navbar_format in
/home/pascal/public_html/phpgwapihead/templates/idots/navbar.inc.php at
line 55*
ERROR Notice: Undefined index: navbar_format in
/home/pascal/public_html/phpgwapihead/templates/idots/navbar.inc.php at
line 55*
ERROR Notice: Undefined index: navbar_format in
/home/pascal/public_html/phpgwapihead/templates/idots/navbar.inc.php at
line 55*
and here is the patch :
Index: templates/idots/navbar.inc.php
===================================================================
RCS file: /sources/phpgwapi/phpgwapi/templates/idots/navbar.inc.php,v
retrieving revision 1.20
diff -u -r1.20 navbar.inc.php
--- templates/idots/navbar.inc.php 7 Mar 2007 08:22:46 -0000 1.20
+++ templates/idots/navbar.inc.php 16 Jul 2007 15:50:37 -0000
@@ -49,6 +49,9 @@
'target' =>
isset($app_data['target'])?$app_data['target']:''
);
+ if
(!isset($GLOBALS['phpgw_info']['user']['preferences']['common']['navbar_format']))
+
$GLOBALS['phpgw_info']['user']['preferences']['common']['navbar_format']="";
+
switch($GLOBALS['phpgw_info']['user']['preferences']['common']['navbar_format'])
{
case 'icons':
_______________________________________________
phpGroupWare-developers mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/phpgroupware-developers