2012-06-19 Vanessa Gil <vanessa.gil@artica.es>
* 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
This commit is contained in:
parent
174f3b0c96
commit
bf82105529
|
@ -1,3 +1,9 @@
|
|||
2012-06-19 Vanessa Gil <vanessa.gil@artica.es>
|
||||
|
||||
* 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 <sergio.martin@artica.es>
|
||||
|
||||
* include/functions.php: Fixed check referer bug with
|
||||
|
|
|
@ -52,6 +52,7 @@ if ($sanity == 1) {
|
|||
db_process_sql ($sql);
|
||||
}
|
||||
}
|
||||
ui_print_message(__('Check tagente_estado table: Done'));
|
||||
|
||||
echo "<h3>".__('Checking database consistency')."</h2>";
|
||||
|
||||
|
@ -77,6 +78,7 @@ if ($sanity == 1) {
|
|||
}
|
||||
}
|
||||
}
|
||||
ui_print_message(__('Check database consistency: Done'));
|
||||
}
|
||||
elseif ($sanity == 2) {
|
||||
echo "<h3>".__('Deleting non-init data')."</h2>";
|
||||
|
|
Loading…
Reference in New Issue