From a0cf6445e744157ffddb175a5873e07c660af371 Mon Sep 17 00:00:00 2001 From: vgilc Date: Tue, 19 Jun 2012 11:19:53 +0000 Subject: [PATCH] 2012-06-19 Vanessa Gil * godmode/db/db_sanity.php: Fixed bug: to sanitise my database now, don't display any message to confirm the action. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6593 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 6 ++++++ pandora_console/godmode/db/db_sanity.php | 2 ++ 2 files changed, 8 insertions(+) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 5f8a40854f..13cab23584 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,9 @@ +2012-06-19 Vanessa Gil + + * godmode/db/db_sanity.php: Fixed bug: to sanitise + my database now, don't display any message to confirm + the action. + 2012-06-19 Sergio Martin * include/functions.php: Fixed check referer bug with diff --git a/pandora_console/godmode/db/db_sanity.php b/pandora_console/godmode/db/db_sanity.php index e700c36923..d17eb788a0 100644 --- a/pandora_console/godmode/db/db_sanity.php +++ b/pandora_console/godmode/db/db_sanity.php @@ -52,6 +52,7 @@ if ($sanity == 1) { db_process_sql ($sql); } } + ui_print_message(__('Check tagente_estado table: Done')); echo "

".__('Checking database consistency')."

"; @@ -77,6 +78,7 @@ if ($sanity == 1) { } } } + ui_print_message(__('Check database consistency: Done')); } elseif ($sanity == 2) { echo "

".__('Deleting non-init data')."

";