fixed problems php

This commit is contained in:
m-lopez-f 2015-07-15 08:49:16 +02:00
parent c4d6c18b25
commit 994f1a39b6
2 changed files with 2 additions and 2 deletions

View File

@ -341,7 +341,7 @@ if ($networkmap_write || $networkmap_manage) {
"simple" => $simple,
"regen" => $regen,
"zoom" => $zoom,
"ranksep" => $$ranksep,
"ranksep" => $ranksep,
"font_size" => $font_size,
"depth" => $depth,
"modwithalerts" => $modwithalerts,

View File

@ -453,7 +453,7 @@ if (!empty ($table->data)) {
html_print_table ($table);
}
else {
ui_print_info_message ( array('no_close'=>true, 'message'=> __('This user doesn\'t have any assigned profile/group.') ) );
ui_print_info_message ( array('no_close'=>true, 'message'=> __('This user doesn\'t have any assigned profile/group.') ) );
}
enterprise_hook('close_meta_frame');