*** empty log message ***

svn path=/trunk/boinc/; revision=2475
This commit is contained in:
David Anderson 2003-10-15 08:26:34 +00:00
parent 0bd234cd41
commit ffcdbae925
1 changed files with 2 additions and 2 deletions

View File

@ -176,8 +176,8 @@ function pretty_time_str($x) {
return gmdate('D M j, Y g:i a', $x) . " UTC";
}
function start_table() {
echo "<table border=1 cellpadding=5>";
function start_table($extra="") {
echo "<table border=1 cellpadding=5 $extra>";
}
function start_table_noborder($width=640) {