Fix: bad loading of styles.css.php

This commit is contained in:
Laurent Destailleur
2012-01-15 23:48:25 +01:00
parent 9e06a742f0
commit 55ee0b08d8
2 changed files with 9 additions and 1 deletions

View File

@@ -954,6 +954,10 @@ function dol_set_user_param($db, $conf, &$user, $tab)
$user->conf->$key = $value;
//print "key=".$key." user->conf->key=".$user->conf->$key;
}
else
{
unset($user->conf->$key);
}
}
$db->commit();