phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] messenger/inc hook_after_navbar.inc.php


From: Dave Hall
Subject: [Phpgroupware-cvs] messenger/inc hook_after_navbar.inc.php
Date: Sun, 07 Jan 2007 01:23:15 +0000

CVSROOT:        /sources/phpgroupware
Module name:    messenger
Changes by:     Dave Hall <skwashd>     07/01/07 01:23:15

Modified files:
        inc            : hook_after_navbar.inc.php 

Log message:
        lets try that again shall we

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/messenger/inc/hook_after_navbar.inc.php?cvsroot=phpgroupware&r1=1.5&r2=1.6

Patches:
Index: hook_after_navbar.inc.php
===================================================================
RCS file: /sources/phpgroupware/messenger/inc/hook_after_navbar.inc.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- hook_after_navbar.inc.php   7 Jan 2007 01:18:40 -0000       1.5
+++ hook_after_navbar.inc.php   7 Jan 2007 01:23:15 -0000       1.6
@@ -12,7 +12,7 @@
        *  option) any later version.                                           
   *
        
\**************************************************************************/
 
-       /* $Id: hook_after_navbar.inc.php,v 1.5 2007/01/07 01:18:40 skwashd Exp 
$ */
+       /* $Id: hook_after_navbar.inc.php,v 1.6 2007/01/07 01:23:15 skwashd Exp 
$ */
 
        if ($GLOBALS['phpgw_info']['flags']['currentapp'] != 'messenger' &&
                $GLOBALS['phpgw_info']['flags']['currentapp'] != 'welcome')
@@ -23,7 +23,7 @@
                if ( $GLOBALS['phpgw']->db->next_record() 
                        && $GLOBALS['phpgw']->db->f('msg_cnt'))
                {
-                       echo '<div class="msg"><a href="' . 
$GLOBALS['phpgw']->link('/index.php', array('messenger.uimessenger.inbox') )
+                       echo '<div class="msg"><a href="' . 
$GLOBALS['phpgw']->link('/index.php', array('menuaction' => 
'messenger.uimessenger.inbox') )
                                . '">' . lang('You have %1 new message' . 
($GLOBALS['phpgw']->db->f('msg_cnt') > 1 ? 's' : '' ), 
$GLOBALS['phpgw']->db->f('msg_cnt')) . '</a>'
                                . '</div>';
                }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]