Author: vip
Date: Fri Nov 23 17:46:06 2007
New Revision: 9081

Modified:
   toys/stbr/index.php
Log:
- how to use "no=" attribute (but doesn't work that way)


Modified: toys/stbr/index.php
==============================================================================
--- toys/stbr/index.php (original)
+++ toys/stbr/index.php Fri Nov 23 17:46:06 2007
@@ -1,6 +1,6 @@
 <?
 ob_start("ob_gzhandler");
-$db = sqlite_open("../db/stbrlog.db");
+$db = sqlite_open("./stbrlog.db");
 
 include("queue.php");
 
@@ -331,7 +331,7 @@
 
                        foreach($filled['builder'] as $key => $value)
                        {
-                               $title .= $value . " @ [a href=&quot;#&quot;]" 
. $key . "[/a][br/]";
+                               $title .= $value . " @ [a 
href=&quot;http://buidlogs.pld-linux.org/"; . $filled['no'] . "&quot;]" . $key . 
"[/a][br/]";
                                if($value === '?')
                                        $request_status_unknown = true;
                        }
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to