From ffcdbae925c276961478bf508f4306459b2e1cf8 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Wed, 15 Oct 2003 08:26:34 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=2475 --- html/user/util.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/user/util.inc b/html/user/util.inc index c4c4634a3f..dba9a484f3 100644 --- a/html/user/util.inc +++ b/html/user/util.inc @@ -176,8 +176,8 @@ function pretty_time_str($x) { return gmdate('D M j, Y g:i a', $x) . " UTC"; } -function start_table() { - echo ""; +function start_table($extra="") { + echo "
"; } function start_table_noborder($width=640) {