SVN: toys/stbr/queue.php
vip
vip at pld-linux.org
Tue May 15 20:53:47 CEST 2007
Author: vip
Date: Tue May 15 20:53:44 2007
New Revision: 8550
Modified:
toys/stbr/queue.php
Log:
- "var" in class variables
Modified: toys/stbr/queue.php
==============================================================================
--- toys/stbr/queue.php (original)
+++ toys/stbr/queue.php Tue May 15 20:53:44 2007
@@ -6,7 +6,7 @@
class Queue
{
//var $xmlqueuepath = "queue.gz";
- $xmlqueuepath = "http://ep09.pld-linux.org/~builderth/queue.gz";
+ var $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