From 4a28077f468f0a688cd70f3b43e5ffc242bcb49a Mon Sep 17 00:00:00 2001 From: Kjartan Mannes Date: Sat, 1 Jun 2002 21:57:29 +0000 Subject: - 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. --- modules/weblogs.module | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'modules/weblogs.module') diff --git a/modules/weblogs.module b/modules/weblogs.module index ebd7671c6..e62e3936a 100644 --- a/modules/weblogs.module +++ b/modules/weblogs.module @@ -12,6 +12,11 @@ function weblogs_help() { return $output; } +function weblogs_system($field){ + $system["description"] = t("Alerts weblogs.com that your site has updated."); + return $system[$field]; +} + function weblogs_cron() { if (variable_get("weblogs_ping", 0) && variable_get("site_name", 0) && variable_get("site_slogan", 0)) { -- cgit v1.2.3