From f4ed6059980afdaede47e33307c6432e83aea484 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Wed, 11 Jun 2008 14:13:34 -0400 Subject: only show notice form if user is logged in, looking at own page darcs-hash:20080611181334-84dde-e9045179a94f8c78af9d660c57a37ce6f5fc9776.gz --- lib/util.php | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib') diff --git a/lib/util.php b/lib/util.php index c6f32eeb7..aa0b8f02c 100644 --- a/lib/util.php +++ b/lib/util.php @@ -170,9 +170,6 @@ function common_show_header($pagetitle, $callable=NULL, $data=NULL, $notice=NULL 'alt' => $config['site']['name'], 'id' => 'logo')); common_element_end('a'); - if (common_logged_in()) { - common_notice_form(); - } common_element_end('div'); common_element_start('div', array('id' => 'content')); } -- cgit v1.2.3-54-g00ecf