[llvm-commits] CVS: nightlytest-serverside/drawmachinegraph.php fulltest.php NightlyTest.pl
Patrick Jenkins
pjenkins at apple.com
Tue Aug 1 16:57:59 PDT 2006
Changes in directory nightlytest-serverside:
drawmachinegraph.php updated: 1.1.1.1 -> 1.2
fulltest.php updated: 1.5 -> 1.6
NightlyTest.pl (r1.1.1.1) removed
---
Log message:
Some housekeeping stuff
---
Diffs of the changes: (+2 -3)
drawmachinegraph.php | 1 -
fulltest.php | 4 ++--
2 files changed, 2 insertions(+), 3 deletions(-)
Index: nightlytest-serverside/drawmachinegraph.php
diff -u nightlytest-serverside/drawmachinegraph.php:1.1.1.1 nightlytest-serverside/drawmachinegraph.php:1.2
--- nightlytest-serverside/drawmachinegraph.php:1.1.1.1 Wed Jul 5 15:56:33 2006
+++ nightlytest-serverside/drawmachinegraph.php Tue Aug 1 18:57:43 2006
@@ -212,7 +212,6 @@
while($row = mysql_fetch_array($night_table_query)){
- $night_id_arr= array();
preg_match("/(\d\d\d\d)\-(\d\d)\-(\d\d)\s(\d\d)\:(\d\d)\:(\d\d)/", $row['added'], $pjs);
$seconds = mktime($pjs[4], $pjs[5], $pjs[6], $pjs[2], $pjs[3],$pjs[1]);
array_push($xdata, $seconds);
Index: nightlytest-serverside/fulltest.php
diff -u nightlytest-serverside/fulltest.php:1.5 nightlytest-serverside/fulltest.php:1.6
--- nightlytest-serverside/fulltest.php:1.5 Thu Jul 27 14:11:12 2006
+++ nightlytest-serverside/fulltest.php Tue Aug 1 18:57:43 2006
@@ -469,8 +469,8 @@
* Printing file size information
*
******************************************************/
-print "<font size=\"-1\"><a href=\"javascript://\"onclick=\"toggleLayer('CVSInformation');\", id=\"CVSInformation_\">(-) CVS information</a></font>\n";
-print "<div id=\"CVSInformation\" style=\"display: none;\" class=\"hideable\">\n";
+print "<font size=\"-1\"><a href=\"javascript://\"onclick=\"toggleLayer('FileSizeInformation');\", id=\"FileSizeInformation_\">(-) File Size information</a></font>\n";
+print "<div id=\"FileSizeInformation\" style=\"display: none;\" class=\"hideable\">\n";
print"<h3><u>File Size information:</u></h3><br>\n";
More information about the llvm-commits
mailing list