phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/inc/class.uib_account.inc.php, 1.4.2.2


From: nomail
Subject: [Phpgroupware-cvs] property/inc/class.uib_account.inc.php, 1.4.2.2
Date: Tue, 16 Nov 2004 11:20:53 +0100

Update of /property/inc
Modified Files:
        Branch: proposed-0_9_18-branch
          class.uib_account.inc.php

date: 2004/11/16 10:20:53;  author: sigurdne;  state: Exp;  lines: +2 -2

Log Message:
no message
=====================================================================
Index: property/inc/class.uib_account.inc.php
diff -u property/inc/class.uib_account.inc.php:1.4.2.1 
property/inc/class.uib_account.inc.php:1.4.2.2
--- property/inc/class.uib_account.inc.php:1.4.2.1      Tue Nov 16 10:14:02 2004
+++ property/inc/class.uib_account.inc.php      Tue Nov 16 10:20:53 2004
@@ -90,12 +90,12 @@
 
                                if($this->acl_edit)
                                {
-                                       $link_edit                              
= 
$GLOBALS['phpgw']->link('/index.php','menuaction='.$this->currentapp.'.uientity.edit&entity_id='
 . $this->entity_id . '&cat_id=' . $this->cat_id .'&id=' . $entity_entry['id']);
+                                       $link_edit                              
= 
$GLOBALS['phpgw']->link('/index.php','menuaction='.$this->currentapp.'.uib_account.edit&id='
 . $b_account['id']);
                                }
 
                                if($this->acl_delete)
                                {
-                                       $link_delete                            
= 
$GLOBALS['phpgw']->link('/index.php','menuaction='.$this->currentapp.'.uientity.delete&entity_id='
 . $this->entity_id . '&cat_id=' . $this->cat_id .'&id=' . $entity_entry['id']);
+                                       $link_delete                            
= 
$GLOBALS['phpgw']->link('/index.php','menuaction='.$this->currentapp.'.uib_account.delete&id='
 . $b_account['id']);
                                }
 
                                $content[] = array




reply via email to

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