From a763f3f306410f9cad251890be42ba31408df058 Mon Sep 17 00:00:00 2001 From: raulmateos Date: Thu, 30 Sep 2010 10:40:23 +0000 Subject: [PATCH] =?UTF-8?q?2010-09-30=20=20Ra=C3=BAu=20Mateos=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * godmode/users/*.php: Removed reference to gperfiles sec. * godmode/profiles/: Deleted no more used folder. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3324 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 6 ++++++ pandora_console/godmode/users/configure_profile.php | 2 +- pandora_console/godmode/users/user_list.php | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 9ab1e17eff..e2528b1373 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,9 @@ +2010-09-30 Raúl Mateos + + * godmode/users/*.php: Removed reference to gperfiles sec. + + * godmode/profiles/: Deleted no more used folder. + 2010-09-30 Raúl Mateos * operation/menu.php: Changed sound_events.php page size. diff --git a/pandora_console/godmode/users/configure_profile.php b/pandora_console/godmode/users/configure_profile.php index f293a0f451..4dafd987ed 100644 --- a/pandora_console/godmode/users/configure_profile.php +++ b/pandora_console/godmode/users/configure_profile.php @@ -189,7 +189,7 @@ if ($id_profile || $new_profile) { $table->data[10][0] = __('Pandora management'); $table->data[10][1] = print_checkbox ('pandora_management', 1, $pandora_management, true); - echo '
'; + echo ''; print_table ($table); diff --git a/pandora_console/godmode/users/user_list.php b/pandora_console/godmode/users/user_list.php index 1412082505..a3010f77d9 100644 --- a/pandora_console/godmode/users/user_list.php +++ b/pandora_console/godmode/users/user_list.php @@ -263,7 +263,7 @@ foreach ($profiles as $profile) { array_push ($table->data, $data); } - echo ''; + echo ''; print_table ($table); echo '
'; print_input_hidden ('new_profile', 1);