From 189220d99511174f4bee085d775fd4b8e31287d5 Mon Sep 17 00:00:00 2001 From: x99bachelart Date: Fri, 12 Sep 2003 16:12:30 +0000 Subject: [PATCH] user headers --- install.d/profile.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/install.d/profile.inc.php b/install.d/profile.inc.php index 1015fc7..f7f93d5 100644 --- a/install.d/profile.inc.php +++ b/install.d/profile.inc.php @@ -27,6 +27,7 @@ function getprofile() { .htmlentities($_SESSION['mail']).">"; $array['sig'] = $_SESSION['sig']; $array['org'] = $_SESSION['org']; + $array['customhdr'] = ""; $array['display'] = $_SESSION['displaytype']; $array['lastnews'] = time()-86400; $array['locale'] = "locales/fr.inc.php"; -- 2.1.4