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

Jim Laskey jlaskey at apple.com
Fri Sep 15 04:54:35 PDT 2006



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";
       }






More information about the llvm-commits mailing list