lib/kolab_sync.php

Jeroen van Meeuwen vanmeeuwen at kolabsys.com
Wed Sep 19 14:12:20 CEST 2012


 lib/kolab_sync.php |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 68cde4534688a96d66eff83b338f22c7a0eaeba0
Author: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen at kolabsys.com>
Date:   Wed Sep 19 13:11:25 2012 +0100

    The version MUST always be a string...

diff --git a/lib/kolab_sync.php b/lib/kolab_sync.php
index 4d50b17..9bae2a1 100644
--- a/lib/kolab_sync.php
+++ b/lib/kolab_sync.php
@@ -45,7 +45,7 @@ class kolab_sync extends rcube
     private $data = array();
 
     const CHARSET = 'UTF-8';
-    const VERSION = 1.1;
+    const VERSION = "1.1";
 
 
     /**





More information about the commits mailing list