SVN: toys/stbr/queue.php

vip vip at pld-linux.org
Tue May 15 20:09:49 CEST 2007


Author: vip
Date: Tue May 15 20:09:48 2007
New Revision: 8549

Modified:
   toys/stbr/queue.php
Log:
- bad xml path


Modified: toys/stbr/queue.php
==============================================================================
--- toys/stbr/queue.php	(original)
+++ toys/stbr/queue.php	Tue May 15 20:09:48 2007
@@ -1,8 +1,12 @@
 <?
+// Builder queue parser class 
+// Piotr Budny, vip at pld-linux dot org
+//
+
 class Queue
 {
-	var $xmlqueuepath = "queue.gz";
-	//$xmlqueuepath = "http://ep09.pld-linux.org/~builderth/queue.gz";
+	//var $xmlqueuepath = "queue.gz";
+	$xmlqueuepath = "http://ep09.pld-linux.org/~builderth/queue.gz";
 	var $queue = '';
 
 	function array_preg_search($data, $search)


More information about the pld-cvs-commit mailing list