From: cajus Date: Fri, 20 May 2005 16:01:15 +0000 (+0000) Subject: Added missing template variable X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=bfe946a504606294eded8958e6455066a084554f;p=gosa.git Added missing template variable git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@307 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/addons/addressbook/class_addressbook.inc b/plugins/addons/addressbook/class_addressbook.inc index 939264321..80b6d5eb6 100644 --- a/plugins/addons/addressbook/class_addressbook.inc +++ b/plugins/addons/addressbook/class_addressbook.inc @@ -445,6 +445,7 @@ class addressbook extends plugin } if (preg_match("/,dc=addressbook,/", $_SESSION['show_info'])){ $storage= _("global addressbook"); + $smarty->assign("internal", 0); } else { $storage= _("organizations user database"); $smarty->assign("internal", 1);