Changes in directory nightlytest-serverside:
EmailReport.php updated: 1.13 -> 1.14 --- Log message: Simplify query use #3 --- Diffs of the changes: (+1 -1) EmailReport.php | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: nightlytest-serverside/EmailReport.php diff -u nightlytest-serverside/EmailReport.php:1.13 nightlytest-serverside/EmailReport.php:1.14 --- nightlytest-serverside/EmailReport.php:1.13 Fri Sep 15 06:47:51 2006 +++ nightlytest-serverside/EmailReport.php Fri Sep 15 06:54:20 2006 @@ -51,7 +51,7 @@ while ($row = mysql_fetch_assoc($my_query)) { if (!$heading) { - print " <TR>\n"; + print " <TR STYLE=\"font-weight: bold;\">\n"; foreach ($row as $key => $value) { print " <TD>$key</TD>\n"; } _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits