summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2003-11-20 19:55:04 +0000
committerDries Buytaert <dries@buytaert.net>2003-11-20 19:55:04 +0000
commitc7c2bf3dcf7de748de79ceac205706901e11d2c2 (patch)
tree8d0d225ffca83b9daa69de3d8a766e93ffaf2734 /index.php
parent572db7f731cd333b2e53cf572e1a61a99fdb7671 (diff)
downloadbrdo-c7c2bf3dcf7de748de79ceac205706901e11d2c2.tar.gz
brdo-c7c2bf3dcf7de748de79ceac205706901e11d2c2.tar.bz2
- Removed duplicate call to drupal_page_header(). Patch by Moshe.
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/index.php b/index.php
index 7c4ea1380..8871ee3c5 100644
--- a/index.php
+++ b/index.php
@@ -5,8 +5,6 @@ include_once "includes/bootstrap.inc";
drupal_page_header();
include_once "includes/common.inc";
-drupal_page_header();
-
fix_gpc_magic();
menu_build("system");