From 44c48004346e5956cefbd5ebd558a4406cc61253 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 30 Dec 2000 11:58:14 +0000 Subject: - here a bunch of changes to make "drupal" (for now) work with PHP 4.0.4 - tidied up some of the code and mainly working on the documentation --- 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 f077658ee..22338070f 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -8,8 +8,8 @@ include_once "includes/module.inc"; include_once "includes/theme.inc"; include_once "includes/user.inc"; -global $user; +session_start(); $theme = load_theme(); -?> +?> \ No newline at end of file -- cgit v1.2.3