1 Dec 2007 03:29
SF.net SVN: squirrelmail: [12797] branches/SM-1_4-STABLE/squirrelmail/ functions/display_messages.php
Revision: 12797
http://squirrelmail.svn.sourceforge.net/squirrelmail/?rev=12797&view=rev
Author: pdontthink
Date: 2007-11-30 18:29:12 -0800 (Fri, 30 Nov 2007)
Log Message:
-----------
Remove obsolete hack; reshuffle hook so plugins can correctly override org_logo stuff on logout errors
Modified Paths:
--------------
branches/SM-1_4-STABLE/squirrelmail/functions/display_messages.php
Modified: branches/SM-1_4-STABLE/squirrelmail/functions/display_messages.php
===================================================================
--- branches/SM-1_4-STABLE/squirrelmail/functions/display_messages.php 2007-11-30 07:49:50
UTC (rev 12796)
+++ branches/SM-1_4-STABLE/squirrelmail/functions/display_messages.php 2007-12-01 02:29:12
UTC (rev 12797)
<at> <at> -46,13 +46,15 <at> <at>
$hide_sm_attributions, $version, $squirrelmail_language,
$color, $theme, $theme_default;
+ include_once( SM_PATH . 'functions/page_header.php' );
+
$base_uri = sqm_baseuri();
- include_once( SM_PATH . 'functions/page_header.php' );
- if ( !isset( $org_logo ) ) {
- // Don't know yet why, but in some accesses $org_logo is not set.
(Continue reading)
RSS Feed