[llvm-commits] CVS: nightlytest-serverside/NightlyTestAccept.php
Jim Laskey
jlaskey at apple.com
Thu Sep 14 10:02:50 PDT 2006
Changes in directory nightlytest-serverside:
NightlyTestAccept.php updated: 1.32 -> 1.33
---
Log message:
testing #31
---
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.32 nightlytest-serverside/NightlyTestAccept.php:1.33
--- nightlytest-serverside/NightlyTestAccept.php:1.32 Thu Sep 14 11:47:54 2006
+++ nightlytest-serverside/NightlyTestAccept.php Thu Sep 14 12:02:35 2006
@@ -808,6 +808,8 @@
}
$query = "SELECT * FROM program WHERE night=$prev_night";
+$program_query = mysql_query($query) or die(mysql_error());
+
$prog_hash_old = array();
while ($row = mysql_fetch_assoc($program_query)) {
$program = $row['program'];
More information about the llvm-commits
mailing list