gunnar: server/kolab-webadmin/kolab-webadmin/lib/KolabAdmin/Sieve Segment.php, 1.1, 1.2

cvs at kolab.org cvs at kolab.org
Thu Apr 1 11:12:33 CEST 2010


Author: gunnar

Update of /kolabrepository/server/kolab-webadmin/kolab-webadmin/lib/KolabAdmin/Sieve
In directory doto:/tmp/cvs-serv9222/kolab-webadmin/lib/KolabAdmin/Sieve

Modified Files:
	Segment.php 
Log Message:
Add a first draft of the segment machinery to support the combined script. The logic is still somewhat to complex but refactoring comes later.

Index: Segment.php
===================================================================
RCS file: /kolabrepository/server/kolab-webadmin/kolab-webadmin/lib/KolabAdmin/Sieve/Segment.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Segment.php	31 Mar 2010 22:43:34 -0000	1.1
+++ Segment.php	1 Apr 2010 09:12:30 -0000	1.2
@@ -37,8 +37,10 @@
 
     /**
      * Constructor.
+     *
+     * @param string $script The current script segment
      */
-    public function __construct()
+    public function __construct($script = '')
     {
     }
 





More information about the commits mailing list