Commit 9a18ddf2 authored by Frank Bergmann's avatar Frank Bergmann

- Filestorage:

  PG 8.4 fix from Malte
parent a2843518
......@@ -359,7 +359,7 @@ switch $actions {
f.object_id = :object_id
and p.folder_id = f.folder_id
and p.profile_id in ([join $user_memberships ", "])
and p.read_p = 1
and p.read_p = '1'
"
db_foreach get_folders $folder_sql {
lappend dest_path "$base_path/$folder_path"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment