]> err.no Git - scalable-opengroupware.org/commitdiff
fix ..
authorznek <znek@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Sat, 14 Aug 2004 16:35:15 +0000 (16:35 +0000)
committerznek <znek@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Sat, 14 Aug 2004 16:35:15 +0000 (16:35 +0000)
git-svn-id: http://svn.opengroupware.org/SOGo/trunk@211 d1b88da0-ebda-0310-925b-ed51d893ca5b

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

index 2406e7aca709c1c7a8431f564e0786f4246ea5c1..ce7566a2b912746206357136fa6ff357f6d2352d 100755 (executable)
@@ -20,7 +20,7 @@ cat << EOF
 -- TODO:
 --   add a unique constraints on path
 
-DELETE FROM SOGo_folder_info WHERE c_path2 = "${USER_ID}";
+DELETE FROM SOGo_folder_info WHERE c_path2 = '${USER_ID}';
 
 INSERT INTO SOGo_folder_info 
   ( c_path, c_path1, c_path2, c_path3, c_path4, c_foldername,