again better ldap support. can can change your theme

This commit is contained in:
Lars Kneschke 2000-11-11 15:48:48 +00:00
parent 7a855bfd7e
commit dfa9be69ae

View File

@ -18,7 +18,7 @@
if ($ntheme) {
$theme = $ntheme;
$phpgw->common->preferences_update($phpgw_info["user"]["account_id"],"theme","common");
$phpgw->preferences->preferences_update($phpgw_info["user"]["account_id"],"theme","common");
Header("location: " . $phpgw->link("changetheme.php"));
exit;
}