summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1aa1c2c)
raw | patch | inline | side by side (parent: 1aa1c2c)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 20 May 2005 16:01:15 +0000 (16:01 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 20 May 2005 16:01:15 +0000 (16:01 +0000) |
plugins/addons/addressbook/class_addressbook.inc | patch | blob | history |
diff --git a/plugins/addons/addressbook/class_addressbook.inc b/plugins/addons/addressbook/class_addressbook.inc
index 93926432195097a53f1d9415fa2636878b7d2eac..80b6d5eb62e948c91df6c8c10b7cbb1bfa433a63 100644 (file)
}
if (preg_match("/,dc=addressbook,/", $_SESSION['show_info'])){
$storage= _("global addressbook");
+ $smarty->assign("internal", 0);
} else {
$storage= _("organizations user database");
$smarty->assign("internal", 1);