Author: shadzik
Date: Sat Sep 27 21:02:43 2008
New Revision: 9879

Modified:
   toys/stbr/index.php
Log:
- Titanium support on stbr page


Modified: toys/stbr/index.php
==============================================================================
--- toys/stbr/index.php (original)
+++ toys/stbr/index.php Sat Sep 27 21:02:43 2008
@@ -342,7 +342,7 @@
 
        if(empty($q['queue_requester']) && empty($q['queue_date']))
        {
-               $filled = $queue->is_filled(array('spec' => $q['aspec'], 'date' 
=> $p['date'], 'builder' => $q['builder']));
+               $filled = $queue->is_filled(array('spec' => $q['aspec'], 'date' 
=> $p['date'], 'builder' => $q['builder'], 'line' => $q['line']));
                
                if(count($filled))
                {
@@ -350,7 +350,7 @@
 
                        foreach($filled['builder'] as $key => $value)
                        {
-                               $url = `./buildlog_link.py {$filled['no']} 
{$key}`;
+                               $url = `./buildlog_link.py {$q['line']} 
{$filled['no']} {$key}`;
                                $url = urlencode(trim($url));
                                $title .= $value . " @ [a href="" . $url . 
""]" . $key . "[/a][br/]";
                                if($value === '?')
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to