[llvm-commits] CVS: nightlytest-serverside/EmailReport.php

Jim Laskey jlaskey at apple.com
Fri Sep 15 04:48:05 PDT 2006



Changes in directory nightlytest-serverside:

EmailReport.php updated: 1.12 -> 1.13
---
Log message:

Simplify query use #2

---
Diffs of the changes:  (+3 -2)

 EmailReport.php |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)


Index: nightlytest-serverside/EmailReport.php
diff -u nightlytest-serverside/EmailReport.php:1.12 nightlytest-serverside/EmailReport.php:1.13
--- nightlytest-serverside/EmailReport.php:1.12	Fri Sep 15 06:42:16 2006
+++ nightlytest-serverside/EmailReport.php	Fri Sep 15 06:47:51 2006
@@ -20,6 +20,8 @@
 </HEAD>
 <BODY>
 
+<?php
+print <<<EOD
 <FORM ACTION="http://llvm.org/nightlytest/EmailReport.php" METHOD="post" ID="MyForm">
 <TABLE>
 	<TR>
@@ -34,8 +36,7 @@
 </TABLE>
 <BUTTON TYPE="submit" ID="Send" NAME="Send" VALUE="Send">Query</BUTTON><BR>
 </FORM>
-
-<?php
+EOD;
 
 if ($was_query) {
   $mysql_link = mysql_connect("127.0.0.1", $user, $password) or die("Error: could not connect to database!\n");






More information about the llvm-commits mailing list