From a7bced320e74066cac904be6b2bc8922a3a8af0b Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 21 May 2005 18:33:59 +0000 Subject: - Patch #18663 by chx: fix empty form elements. --- index.php | 1 + 1 file changed, 1 insertion(+) (limited to 'index.php') diff --git a/index.php b/index.php index 060c66125..c2e7647fc 100644 --- a/index.php +++ b/index.php @@ -14,6 +14,7 @@ drupal_page_header(); include_once 'includes/common.inc'; fix_gpc_magic(); +fix_checkboxes(); $return = menu_execute_active_handler(); switch ($return) { -- cgit v1.2.3