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

Jim Laskey jlaskey at apple.com
Thu Sep 14 08:44:17 PDT 2006



Changes in directory nightlytest-serverside:

NightlyTestAccept.php updated: 1.29 -> 1.30
---
Log message:

testing #28

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

 NightlyTestAccept.php |    2 ++
 1 files changed, 2 insertions(+)


Index: nightlytest-serverside/NightlyTestAccept.php
diff -u nightlytest-serverside/NightlyTestAccept.php:1.29 nightlytest-serverside/NightlyTestAccept.php:1.30
--- nightlytest-serverside/NightlyTestAccept.php:1.29	Thu Sep 14 09:51:13 2006
+++ nightlytest-serverside/NightlyTestAccept.php	Thu Sep 14 10:44:03 2006
@@ -792,6 +792,8 @@
   print "prev_night: $prev_night\n";
 }
 
+die;
+
 $query = "SELECT * FROM program WHERE night=$night_id";
 $program_query = mysql_query($query) or die(mysql_error());
 






More information about the llvm-commits mailing list