webform_download_sids() takes a $uid argument (similar to webform_get_submission_count), but never actually uses it when building the list of sids.
webform_download_sids() takes a $uid argument (similar to webform_get_submission_count), but never actually uses it when building the list of sids.
Comments
Comment #1
danchadwick commentedIs there still interest in this? While I don't see allowing users to download their submissions, I can imagine letting someone use this function to do so via a custom module.
This is an old request. If there is no longer interest, I will remove the parameter and close the issue.
Comment #2
danchadwick commentedIn 7.x-4.x, the $uid argument doesn't do what you would think it does. It returns limits the query for 'new' submissions only to those not downloaded yet by this user.