diff options
author | Dries Buytaert <dries@buytaert.net> | 2005-05-21 18:33:59 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2005-05-21 18:33:59 +0000 |
commit | a7bced320e74066cac904be6b2bc8922a3a8af0b (patch) | |
tree | a783d1ac5d2bc9e64ecc563c9d9ea00acf754752 /index.php | |
parent | a31b1b38765e3f91270e7339821721f6e80fa2b0 (diff) | |
download | brdo-a7bced320e74066cac904be6b2bc8922a3a8af0b.tar.gz brdo-a7bced320e74066cac904be6b2bc8922a3a8af0b.tar.bz2 |
- Patch #18663 by chx: fix empty form elements.
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -14,6 +14,7 @@ drupal_page_header(); include_once 'includes/common.inc'; fix_gpc_magic(); +fix_checkboxes(); $return = menu_execute_active_handler(); switch ($return) { |