mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=2475
This commit is contained in:
parent
0bd234cd41
commit
ffcdbae925
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue