diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/headline.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/headline.module b/modules/headline.module index 76a05588b..8402e504a 100644 --- a/modules/headline.module +++ b/modules/headline.module @@ -119,7 +119,7 @@ function headline_admin_display() { print $output; } -function headline_admin_add($id) { +function headline_admin_add() { $output .= " <FORM ACTION=\"admin.php?mod=headline\" METHOD=\"post\">\n"; $output .= " <P>\n"; $output .= " <B>Site name:</B><BR>\n"; |