From: x99bachelart Date: Fri, 12 Sep 2003 16:12:30 +0000 (+0000) Subject: user headers X-Git-Tag: 1.8~413 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=189220d99511174f4bee085d775fd4b8e31287d5;p=banana.git user headers --- 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";