[llvm-commits] CVS: nightlytest-serverside/sidebar.php
Patrick Jenkins
pjenkins at apple.com
Wed Aug 2 10:09:14 PDT 2006
Changes in directory nightlytest-serverside:
sidebar.php updated: 1.7 -> 1.8
---
Log message:
Moving link to this page down to the bottom of the sidebar
---
Diffs of the changes: (+2 -3)
sidebar.php | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
Index: nightlytest-serverside/sidebar.php
diff -u nightlytest-serverside/sidebar.php:1.7 nightlytest-serverside/sidebar.php:1.8
--- nightlytest-serverside/sidebar.php:1.7 Thu Jul 6 16:39:29 2006
+++ nightlytest-serverside/sidebar.php Wed Aug 2 12:08:55 2006
@@ -1,8 +1,5 @@
<?php
-$this_url = $this_url = $_SERVER['SERVER_NAME'] . $_SERVER['REQUEST_URI'];
-print "<h5><a href=\"common.php?$this_url\">Link to this page</a></h5><br>\n";
-
/*****************************************************
*
* Prints out a sidebar for results graph page
@@ -210,5 +207,7 @@
mysql_free_result($list_o_machines);
}
+$this_url = $this_url = $_SERVER['SERVER_NAME'] . $_SERVER['REQUEST_URI'];
+print "<h5><a href=\"common.php?$this_url\">Link to this page</a></h5><br>\n";
?>
More information about the llvm-commits
mailing list