Changes of Revision 21

debian.tar.gz/kolabformat.ini Changed
x
 
1
@@ -1,3 +1,3 @@
2
 ; Kolab XML format definition library
3
-; priority=30
4
+; priority=32
5
 extension=kolabformat.so
6
debian.tar.gz/php-kolabformat.postinst Changed
11
 
1
@@ -25,7 +25,8 @@
2
 module=kolabformat
3
 package=php-${module}
4
 inifile=${module}.ini
5
-priority=30
6
+# Currently this must be loaded *after* the libkolab modules, otherwise stuff falls apart.
7
+priority=32
8
 
9
 if  "$1" = "configure" ; then
10
 
11