git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3327 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f

This commit is contained in:
raulmateos 2010-09-30 10:51:09 +00:00
parent a18a54d98e
commit 02213fb2dc
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ if ($id_profile || $new_profile) {
$table->data[10][0] = __('Pandora management'); $table->data[10][0] = __('Pandora management');
$table->data[10][1] = print_checkbox ('pandora_management', 1, $pandora_management, true); $table->data[10][1] = print_checkbox ('pandora_management', 1, $pandora_management, true);
echo '<form method="post" action="index.php?sec=gusuarioss&sec2=godmode/users/configure_profile">'; echo '<form method="post" action="index.php?sec=gusuarios&sec2=godmode/users/configure_profile">';
print_table ($table); print_table ($table);