diff options
author | Gábor Hojtsy <gabor@hojtsy.hu> | 2007-12-19 10:34:51 +0000 |
---|---|---|
committer | Gábor Hojtsy <gabor@hojtsy.hu> | 2007-12-19 10:34:51 +0000 |
commit | d17b6ad1cf85a4a91ef8fff186d96ff9c8cdd950 (patch) | |
tree | 3517d7fa0ca0e3a59edf289c67fe1ac35f2d4fa1 /modules/comment/comment.install | |
parent | 2b811363e8ec638548cae2ac844a28823f91877e (diff) | |
download | brdo-d17b6ad1cf85a4a91ef8fff186d96ff9c8cdd950.tar.gz brdo-d17b6ad1cf85a4a91ef8fff186d96ff9c8cdd950.tar.bz2 |
#199336 by JirkaRybka: remove improper t() use in update code (update goes all in English, but there were some mistakes), and add messages to updates where there was no return value otherwise, so users know what happens in each update
Diffstat (limited to 'modules/comment/comment.install')
-rw-r--r-- | modules/comment/comment.install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/comment/comment.install b/modules/comment/comment.install index d944f3b71..48e0f7b6e 100644 --- a/modules/comment/comment.install +++ b/modules/comment/comment.install @@ -55,7 +55,7 @@ function comment_update_6002() { } variable_del($setting); } - return array(); + return array(array('success' => TRUE, 'query' => 'Global comment settings copied to all node types.')); } /** |