diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2010-09-01 23:19:43 -0700 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2010-09-01 23:19:43 -0700 |
commit | 04f6646b0637d9cb221159b4931b184449a4dc1d (patch) | |
tree | b81aac924c347b64103c547ac51db28de965470e /modules/gallery/module.info | |
parent | 1f621d9827040d9730946a5804dd3d7269198ccc (diff) |
Hopefully the third and final patch for #1216. Set the default from and reply-to addresses to an empty string. The first time the user model is saved, set the sendmail from and reply-to addresses. Requires an update to gallery version 38.
Diffstat (limited to 'modules/gallery/module.info')
-rw-r--r-- | modules/gallery/module.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/module.info b/modules/gallery/module.info index 901158b5..cc3b2723 100644 --- a/modules/gallery/module.info +++ b/modules/gallery/module.info @@ -1,3 +1,3 @@ name = "Gallery 3" description = "Gallery core application" -version = 37 +version = 38 |