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')."

";