On Wed, 27 Jan 2010 at 05:19, Christian Kujau wrote:
> I'm currently on r13894 and don't know when this function has been removed 
> from page_header.php[0], but since it's only used in 
> plugins/calendar/functions.php anyway, we might as well just define it 
> there:

Or, instead of resurrecting and old function, use makeInternalLink:

--- plugins/calendar/functions.php.orig 2010-01-27 14:04:41.203362743 +0100
+++ plugins/calendar/functions.php      2010-01-27 14:23:51.063362978 +0100
@@ -36,11 +36,11 @@ function calendar_header() {
          html_tag( 'tr' ) .
          html_tag( 'td', '', 'left', '', 'width="100%"' );
 
-    
displayInternalLink("plugins/calendar/calendar.php?year=$year&month=$month",_("Month
 View"),"right");
+    
makeInternalLink("plugins/calendar/calendar.php?year=$year&month=$month",_("Month
 View"),"right");
     echo "  \n";
-    
displayInternalLink("plugins/calendar/day.php?year=$year&month=$month&day=$day",_("Day
 View"),"right");
+    
makeInternalLink("plugins/calendar/day.php?year=$year&month=$month&day=$day",_("Day
 View"),"right");
     echo "  \n";
-    // 
displayInternalLink("plugins/calendar/event_create.php?year=$year&month=$month&day=$day",_("Add
 Event"),"right");
+    // 
makeInternalLink("plugins/calendar/event_create.php?year=$year&month=$month&day=$day",_("Add
 Event"),"right");
     // echo "  \n";
     echo '</td></tr>';



Dunno if this is a safe thing to do though.

Christian.
-- 
BOFH excuse #235:

The new frame relay network hasn't bedded down the software loop transmitter 
yet.

------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
-----
squirrelmail-users mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: [email protected]
List archives: http://news.gmane.org/gmane.mail.squirrelmail.user
List info (subscribe/unsubscribe/change options): 
https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Reply via email to