SVN: toys/stbr/index.php

shadzik shadzik at pld-linux.org
Fri Nov 23 18:03:59 CET 2007


Author: shadzik
Date: Fri Nov 23 18:03:59 2007
New Revision: 9084

Modified:
   toys/stbr/index.php
Log:
- fixed, thx vip


Modified: toys/stbr/index.php
==============================================================================
--- toys/stbr/index.php	(original)
+++ toys/stbr/index.php	Fri Nov 23 18:03:59 2007
@@ -331,7 +331,7 @@
 
 			foreach($filled['builder'] as $key => $value)
 			{
-				$url = `./buildlog_link.py $filled['no'] $key`;
+				$url = `./buildlog_link.py {$filled['no']} {$key}`;
 				$title .= $value . " @ [a href="" . $url . ""]" . $key . "[/a][br/]";
 				if($value === '?')
 					$request_status_unknown = true;


More information about the pld-cvs-commit mailing list