Code

Fixed Undefined index: tabbed
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 17 Mar 2006 04:39:37 +0000 (04:39 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 17 Mar 2006 04:39:37 +0000 (04:39 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2851 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/personal/connectivity/class_oxchangeAccount.inc

index facef3d3819a0a46dc5b28be50cf00f2af88794a..77e38efb5ab75ad21ddc92096740bf3bbcf64837 100644 (file)
@@ -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);