]> err.no Git - scalable-opengroupware.org/commitdiff
bugfix in script
authorznek <znek@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Mon, 13 Dec 2004 13:54:01 +0000 (13:54 +0000)
committerznek <znek@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Mon, 13 Dec 2004 13:54:01 +0000 (13:54 +0000)
git-svn-id: http://svn.opengroupware.org/SOGo/trunk@472 d1b88da0-ebda-0310-925b-ed51d893ca5b

OGoContentStore/ChangeLog
OGoContentStore/Version
OGoContentStore/sql/generate-folderinfo-sql-for-users.sh

index 4b2cdc356ed2358bcd3d3d0fbdee1bac38eec4b7..a49c40a7a60eb8ebddcd32859a87b4847611afb1 100644 (file)
@@ -1,3 +1,9 @@
+2004-12-13  Marcus Mueller  <znek@mulle-kybernetik.com>
+
+       * sql/generate-folderinfo-sql-for-user.sh: fixed critical error in
+         Contacts folder_info, type was 'Appointment' but MUST be 'Contact'
+         (v0.9.16)
+
 2004-12-10  Marcus Mueller  <znek@mulle-kybernetik.com>
 
        * sql: updated all generation scripts to the latest version (v0.9.15)
index 3b1ed5fdb1850dc4e0d6f3af68050be63ece8c4d..c585d0f597a84e3ef0e2367744f0f5cffc7d7a4c 100644 (file)
@@ -2,7 +2,7 @@
 
 MAJOR_VERSION=0
 MINOR_VERSION=9
-SUBMINOR_VERSION:=15
+SUBMINOR_VERSION:=16
 
 # v0.9.11 requires libFoundation   v1.0.63
 # v0.9.11 requires libNGExtensions v4.3.125
index c483679a1509af5d06d8a2e79bcf9091152f9677..5ad0df6566abfd540cf620262b877c80ddc10824 100755 (executable)
@@ -62,7 +62,7 @@ VALUES
     'Contacts', 
     'http://${DB_USER}:${DB_PASS}@${DB_HOST}:${DB_PORT}/${DB_NAME}/SOGo_${USER_TABLE}_contacts', 
     'http://${DB_USER}:${DB_PASS}@${DB_HOST}:${DB_PORT}/${DB_NAME}/SOGo_${USER_TABLE}_contacts_quick', 
-    'Appointment' );
+    'Contact' );
 
 DROP TABLE SOGo_${USER_TABLE}_privcal_quick;
 DROP TABLE SOGo_${USER_TABLE}_privcal;