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:
vgilc 2012-06-11 11:24:46 +00:00
parent 7603298f9c
commit 588523c56a
3 changed files with 6 additions and 3 deletions

View File

@ -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:

View File

@ -524,7 +524,4 @@ html_print_table ($table);
unset ($table);
if ($enterprise_include) {
policies_profile_form($id);
}
?>

View File

@ -248,6 +248,7 @@ echo html_print_select($values, 'section', io_safe_output($user_info["section"])
echo "&nbsp;&nbsp;";
$dashboards = get_user_dashboards ($user_info['id_user']);
$dashboards_aux = array();
if ($dashboards === false) {
$dashboards = array('None'=>'None');
} else {