phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: addressbook/inc class.uiaddressbook.inc.php,1.36


From: Miles Lott <address@hidden>
Subject: [Phpgroupware-cvs] CVS: addressbook/inc class.uiaddressbook.inc.php,1.36.2.1,1.36.2.2
Date: Wed, 16 Jan 2002 23:04:03 -0500

Update of /cvsroot/phpgroupware/addressbook/inc
In directory subversions:/tmp/cvs-serv1779

Modified Files:
      Tag: Version-0_9_14-branch
        class.uiaddressbook.inc.php 
Log Message:
fix the other email link

Index: class.uiaddressbook.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/addressbook/inc/class.uiaddressbook.inc.php,v
retrieving revision 1.36.2.1
retrieving revision 1.36.2.2
diff -C2 -r1.36.2.1 -r1.36.2.2
*** class.uiaddressbook.inc.php 17 Jan 2002 03:54:06 -0000      1.36.2.1
--- class.uiaddressbook.inc.php 17 Jan 2002 04:04:01 -0000      1.36.2.2
***************
*** 903,908 ****
                                                if 
($GLOBALS['phpgw_info']['user']['apps']['email'])
                                                {
!                                                       $ref='<a href="' . 
$GLOBALS['phpgw']->link('/email/compose.php','to='
!                                                               . 
urlencode($coldata)) . '" target="_new">';
                                                }
                                                else
--- 903,907 ----
                                                if 
($GLOBALS['phpgw_info']['user']['apps']['email'])
                                                {
!                                                       $ref = '<a href="' . 
$GLOBALS['phpgw']->link('/index.php','menuaction=email.uicompose.compose&to=' . 
urlencode($coldata)) . '" target="_new">';
                                                }
                                                else




reply via email to

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