Missing comma on line 99.

No patch file uploaded but here is the diff:

diff -ur /var/www/drupal//contributions/modules/rsskey/rsskey.module ./rsskey/rsskey.module
--- /var/www/drupal//contributions/modules/rsskey/rsskey.module 2006-06-29 18:13:24.000000000 -0500
+++ ./rsskey/rsskey.module 2006-07-08 10:41:42.000000000 -0500
@@ -96,7 +96,7 @@
'#title' => t('Site secret'),
'#default_value' => $oldkey,
'#description' =>
- t('This is the secret that is used to generate RSS key strings for authenticated users.')
+ t('This is the secret that is used to generate RSS key strings for authenticated users.'),
'#maxlength' => '255', '#size' => '50');
return $form;
}

Comments

alansz’s picture

Assigned: Unassigned » alansz
Status: Active » Closed (fixed)

Thanks, fixed.