From c14d6fdad868b240fdecd6abd189a5f9de777e4d Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Tue, 31 Oct 2006 18:53:32 +0000 Subject: [PATCH] Monotone-Parent: 376221b991f7b0bee18cfede79614398e85e5b99 Monotone-Revision: 3fd8726962debcc52dde9bd71352e3124907fb3d Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-10-31T18:53:32 Monotone-Branch: ca.inverse.sogo --- OGoContentStore/sql/generate-folderinfo-sql-for-users.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OGoContentStore/sql/generate-folderinfo-sql-for-users.sh b/OGoContentStore/sql/generate-folderinfo-sql-for-users.sh index ff659da4c..e059ff06e 100755 --- a/OGoContentStore/sql/generate-folderinfo-sql-for-users.sh +++ b/OGoContentStore/sql/generate-folderinfo-sql-for-users.sh @@ -54,11 +54,11 @@ INSERT INTO SOGo_folder_info ( c_path, c_path1, c_path2, c_path3, c_path4, c_foldername, c_location, c_quick_location, c_folder_type ) VALUES - ( '/Users/${USER_ID}/Contacts', + ( '/Users/${USER_ID}/Contacts/personal', 'Users', '${USER_ID}', 'Contacts', - NULL, + 'personal', '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',