diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-06-11 14:13:34 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-06-11 14:13:34 -0400 |
commit | f4ed6059980afdaede47e33307c6432e83aea484 (patch) | |
tree | 8a3792052cf8d0949f5463155a54709a26b888ff /lib | |
parent | d1215c4a85772ca21c4effd6a50103be157e7d08 (diff) |
only show notice form if user is logged in, looking at own page
darcs-hash:20080611181334-84dde-e9045179a94f8c78af9d660c57a37ce6f5fc9776.gz
Diffstat (limited to 'lib')
-rw-r--r-- | lib/util.php | 3 |
1 files changed, 0 insertions, 3 deletions
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')); } |