#82865 by chx. Fix the arguments to db_status_report().

5.x
Neil Drumm 2006-09-13 01:38:42 +00:00
parent a74f6f0c3f
commit 81b8da2af0
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
/**
* Report database status.
*/
function db_status_report() {
function db_status_report($phase) {
global $active_db;
$t = get_t();