diff options
author | Kjartan Mannes <kjartan@2.no-reply.drupal.org> | 2002-06-01 21:57:29 +0000 |
---|---|---|
committer | Kjartan Mannes <kjartan@2.no-reply.drupal.org> | 2002-06-01 21:57:29 +0000 |
commit | 4a28077f468f0a688cd70f3b43e5ffc242bcb49a (patch) | |
tree | 8913da6bf5a92e28d06f04db9635c1b93c4c8fe3 /modules/jabber.module | |
parent | 59082a5f19aded411f474fcd88220a06a02f06f4 (diff) | |
download | brdo-4a28077f468f0a688cd70f3b43e5ffc242bcb49a.tar.gz brdo-4a28077f468f0a688cd70f3b43e5ffc242bcb49a.tar.bz2 |
- adding descriptions to modules (thanks Joe + Scott).
- fixed comment flat list view missing 1 comment.
- changed update.php around a bit.
* security check isn't in effect if the db hasn't been updated.
* instructions re-organized.
* fixed some minor updates.
- updated database.mysql done by UnConeD.
- changelog update.
Diffstat (limited to 'modules/jabber.module')
-rw-r--r-- | modules/jabber.module | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/jabber.module b/modules/jabber.module index 98ddd7480..abe1a4448 100644 --- a/modules/jabber.module +++ b/modules/jabber.module @@ -1,4 +1,10 @@ <?php +// $Id$ + +function jabber_system($field){ + $system["description"] = t("Enables login with Jabber ID and Password"); + return $system[$field]; +} function jabber_info($field = 0) { $info["name"] = "Jabber"; |