From e57faf219274c3802fef3831be18f15961035b05 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 20 Jun 2003 17:43:03 +0000 Subject: - Bugfix: fixed problem with changing themes. Didn't apply Al's patch as the fix was somewhat simpler. Fixes bug #2003. - Bugfix: fixed problem with voting on certain poll pages. Patch #37 by Al. - Improvement: removed stupid descriptions from profile module. --- includes/common.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'includes/common.inc') diff --git a/includes/common.inc b/includes/common.inc index ec534759f..7e7e106bb 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -873,8 +873,8 @@ function form_hidden($name, $value) { return "\n"; } -function form_submit($value) { - return "\n"; +function form_submit($value, $name = "op") { + return "\n"; } function form_weight($title = NULL, $name = "weight", $value = 0, $delta = 10, $description = 0, $extra = 0) { -- cgit v1.2.3