Revision: 12136
http://squirrelmail.svn.sourceforge.net/squirrelmail/?rev=12136&view=rev
Author: pdontthink
Date: 2007-01-15 00:30:54 -0800 (Mon, 15 Jan 2007)
Log Message:
-----------
forgot to globalize base_uri
Modified Paths:
--------------
trunk/squirrelmail/functions/page_header.php
Modified: trunk/squirrelmail/functions/page_header.php
===================================================================
--- trunk/squirrelmail/functions/page_header.php 2007-01-15 08:27:10 UTC
(rev 12135)
+++ trunk/squirrelmail/functions/page_header.php 2007-01-15 08:30:54 UTC
(rev 12136)
@@ -186,7 +186,7 @@
global $reply_focus, $hide_sm_attributions, $frame_top,
$provider_name, $provider_uri, $startMessage,
- $action, $oTemplate, $org_title;
+ $action, $oTemplate, $org_title, $base_uri;
if (empty($sBodyTagJs)) {
if (strpos($action, 'reply') !== FALSE && $reply_focus) {
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
|