summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2005-05-21 18:33:59 +0000
committerDries Buytaert <dries@buytaert.net>2005-05-21 18:33:59 +0000
commita7bced320e74066cac904be6b2bc8922a3a8af0b (patch)
treea783d1ac5d2bc9e64ecc563c9d9ea00acf754752 /index.php
parenta31b1b38765e3f91270e7339821721f6e80fa2b0 (diff)
downloadbrdo-a7bced320e74066cac904be6b2bc8922a3a8af0b.tar.gz
brdo-a7bced320e74066cac904be6b2bc8922a3a8af0b.tar.bz2
- Patch #18663 by chx: fix empty form elements.
Diffstat (limited to 'index.php')
-rw-r--r--index.php1
1 files changed, 1 insertions, 0 deletions
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) {