From: hickert Date: Fri, 17 Mar 2006 04:39:37 +0000 (+0000) Subject: Fixed Undefined index: tabbed X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=40fc75cf2982d4bc87f07504b7ebfa57a27b22ac;p=gosa.git Fixed Undefined index: tabbed git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2851 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/personal/connectivity/class_oxchangeAccount.inc b/plugins/personal/connectivity/class_oxchangeAccount.inc index facef3d38..77e38efb5 100644 --- a/plugins/personal/connectivity/class_oxchangeAccount.inc +++ b/plugins/personal/connectivity/class_oxchangeAccount.inc @@ -649,7 +649,9 @@ class oxchangeAccount extends plugin if ($this->parent != NULL){ $smarty->assign("tabbed", 1); - } + }else{ + $smarty->assign("tabbed", 0); + } $display.= $smarty->fetch (get_template_path('oxchange.tpl', TRUE, dirname(__FILE__))); return ($display);