[llvm-commits] CVS: nightlytest-serverside/NightlyTestAccept.php
Jim Laskey
jlaskey at apple.com
Sat Sep 16 09:02:26 PDT 2006
Changes in directory nightlytest-serverside:
NightlyTestAccept.php updated: 1.43 -> 1.44
---
Log message:
not the bug
---
Diffs of the changes: (+1 -1)
NightlyTestAccept.php | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: nightlytest-serverside/NightlyTestAccept.php
diff -u nightlytest-serverside/NightlyTestAccept.php:1.43 nightlytest-serverside/NightlyTestAccept.php:1.44
--- nightlytest-serverside/NightlyTestAccept.php:1.43 Sat Sep 16 10:52:22 2006
+++ nightlytest-serverside/NightlyTestAccept.php Sat Sep 16 11:02:11 2006
@@ -360,7 +360,7 @@
*
*******************************************************************************/
function AddTests($program, $result, $measure, $night) {
- $query = "INSERT INTO program (program, result, measure, night) VALUES".
+ $query = "INSERT INTO tests (program, result, measure, night) VALUES".
" (\"$program\", \"$result\", \"$measure\", $night)";
$program_query = mysql_query($query) or die(mysql_error());
mysql_free_result($program_query);
More information about the llvm-commits
mailing list