2012-06-11 Vanessa Gil <vanessa.gil@artica.es>
* godmode/users/configure_user.php operation/users/user_edit.php: Removed 'add extra policies'. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6477 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
7603298f9c
commit
588523c56a
|
@ -1,3 +1,8 @@
|
|||
2012-06-11 Vanessa Gil <vanessa.gil@artica.es>
|
||||
|
||||
* godmode/users/configure_user.php
|
||||
operation/users/user_edit.php: Removed 'add extra policies'.
|
||||
|
||||
2012-06-11 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* include/graphs/functions_gd.php, include/graphs/fgraph.php:
|
||||
|
|
|
@ -524,7 +524,4 @@ html_print_table ($table);
|
|||
|
||||
unset ($table);
|
||||
|
||||
if ($enterprise_include) {
|
||||
policies_profile_form($id);
|
||||
}
|
||||
?>
|
||||
|
|
|
@ -248,6 +248,7 @@ echo html_print_select($values, 'section', io_safe_output($user_info["section"])
|
|||
echo " ";
|
||||
|
||||
$dashboards = get_user_dashboards ($user_info['id_user']);
|
||||
$dashboards_aux = array();
|
||||
if ($dashboards === false) {
|
||||
$dashboards = array('None'=>'None');
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue