*** empty log message ***
This commit is contained in:
parent
ff524e3f23
commit
3fc4f2917e
|
@ -758,9 +758,9 @@ if (is_array($errors))
|
||||||
|
|
||||||
// print_r($account_new);
|
// print_r($account_new);
|
||||||
//print_r($account_old);
|
//print_r($account_old);
|
||||||
if (!isset($_SESSION['cache'])) $_SESSION['cache'] = new cache();
|
//if (!isset($_SESSION['cache'])) $_SESSION['cache'] = new cache();
|
||||||
$temp = new accountContainer('user');
|
//$temp = new accountContainer('user');
|
||||||
$temp->add_objectClass('inetOrgPerson');
|
//$temp->add_objectClass('inetOrgPerson');
|
||||||
// print_r($temp->modules);
|
// print_r($temp->modules);
|
||||||
|
|
||||||
switch ($select_local) {
|
switch ($select_local) {
|
||||||
|
|
Loading…
Reference in New Issue