From 1d9e52ca20a2e7d88938af6e7aa46cadd9fe37c1 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Thu, 5 Aug 2010 20:16:01 +0000 Subject: [PATCH] svn info http://boinc.berkeley.edu/svn/branches/server_stable svn path=/trunk/boinc/; revision=22147 --- checkin_notes | 7 +++++++ html/ops/dbinfo.php | 12 ++++++------ 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/checkin_notes b/checkin_notes index 3014335895..04bc9b4523 100644 --- a/checkin_notes +++ b/checkin_notes @@ -5793,3 +5793,10 @@ David 5 Aug 2010 client/ gui_rpc_server.cpp - client/scheduler: tweak translatable messages + +David 5 Aug 2010 + - admin web: fixed undefined var. + Maybe there's some version of PHP where $self means something. + + html/ops/ + dbinfo.php diff --git a/html/ops/dbinfo.php b/html/ops/dbinfo.php index 3daf6f3709..c11fdd642b 100644 --- a/html/ops/dbinfo.php +++ b/html/ops/dbinfo.php @@ -194,12 +194,12 @@ function sort_db_info($db_name, $db_rec) echo ""; echo ""; - echo "Table "; - echo "Data Size"; - echo "Index Size"; - echo "Total Size"; - echo "Total Rows"; - echo "Avg. Size per Row"; + echo "Table "; + echo "Data Size"; + echo "Index Size"; + echo "Total Size"; + echo "Total Rows"; + echo "Avg. Size per Row"; echo ""; $i = 0;