From 6df0c95ddfd05868555ed9cf88ecc1304e388f7c Mon Sep 17 00:00:00 2001 From: hickert Date: Thu, 11 Mar 2010 13:11:00 +0000 Subject: [PATCH] Updated navigator git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16455 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/include/class_pathNavigator.inc | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/gosa-core/include/class_pathNavigator.inc b/gosa-core/include/class_pathNavigator.inc index 1ebb7d42a..601b89082 100644 --- a/gosa-core/include/class_pathNavigator.inc +++ b/gosa-core/include/class_pathNavigator.inc @@ -52,11 +52,7 @@ class pathNavigator if(!empty($title)) $title = " title='{$title}' "; - if(empty($cur)){ - $cur.= "\n
  • {$str}
  • "; - }else{ - $cur.= "\n
  • {$str}
  • "; - } + $cur.= "\n
  • {$str}
  • "; session::set('pathNavigator::position', $cur); } } -- 2.30.2