phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] addressbook/inc class.uiaddressbook.inc.php


From: Dave Hall
Subject: [Phpgroupware-cvs] addressbook/inc class.uiaddressbook.inc.php
Date: Mon, 25 Sep 2006 17:12:10 +0000

CVSROOT:        /cvsroot/phpgroupware
Module name:    addressbook
Changes by:     Dave Hall <skwashd>     06/09/25 17:12:10

Modified files:
        inc            : class.uiaddressbook.inc.php 

Log message:
        fix links so deleting 'other' fields now works again

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/addressbook/inc/class.uiaddressbook.inc.php?cvsroot=phpgroupware&r1=1.71&r2=1.72

Patches:
Index: class.uiaddressbook.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/addressbook/inc/class.uiaddressbook.inc.php,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -b -r1.71 -r1.72
--- class.uiaddressbook.inc.php 11 Sep 2006 11:31:05 -0000      1.71
+++ class.uiaddressbook.inc.php 25 Sep 2006 17:12:10 -0000      1.72
@@ -12,7 +12,7 @@
  *  option) any later version.                                              *
  \**************************************************************************/
 
-/* $Id: class.uiaddressbook.inc.php,v 1.71 2006/09/11 11:31:05 skwashd Exp $ */
+/* $Id: class.uiaddressbook.inc.php,v 1.72 2006/09/25 17:12:10 skwashd Exp $ */
 
 
 class uiaddressbook
@@ -3123,8 +3123,7 @@
                                        .'" value="' . 
htmlentities($this->array_value[$properties['value']]) . '"'. $checked . '>';
                                break;
                        case 'link':
-                               $link = $GLOBALS['phpgw']->link('/index.php', 
$this->form_action)
-                                       . '&'. $properties['action'] . '=' . 
$this->array_value[$properties['key']] . $properties['extra'];
+                               $link = $GLOBALS['phpgw']->link('/index.php', 
$this->form_action + array($properties['action'] => 
$this->array_value[$properties['key']]) + $properties['extra']);
                                $column_data = '<a 
href="'.$link.'">'.lang($properties['mode']).'</a>';
                                break;
                }




reply via email to

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