diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-07-13 06:43:44 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-07-13 06:43:44 -0700 |
commit | a944bf4259a6ff31ac647a3d8336bd5175c3640a (patch) | |
tree | 61a5fe2bd4b8e8f52edcb3b530fc3f4cb52d5a93 | |
parent | 027f6b522132a1ffdbb4ce184bc14525351917db (diff) |
Avoid using the bare word "on" in a value; it breaks PHP 5.3.
Fixes ticket #540.
-rw-r--r-- | modules/comment/module.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/comment/module.info b/modules/comment/module.info index 946f1d39..55997317 100644 --- a/modules/comment/module.info +++ b/modules/comment/module.info @@ -1,3 +1,3 @@ name = Comments -description = Allows users and guests to leave comments on photos and albums. +description = "Allows users and guests to leave comments on photos and albums." version = 2 |