phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] addressbook/inc hook_deleteaccount.inc.php, 1.5.6.1,


From: Jonathan Rivera <address@hidden>
Subject: [Phpgroupware-cvs] addressbook/inc hook_deleteaccount.inc.php, 1.5.6.1, 1.5.6.2
Date: Thu, 30 Oct 2003 02:38:28 +0000

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

Modified Files:
      Tag: Version-0_9_16-branch
        hook_deleteaccount.inc.php 
Log Message:
Modify templates for addressbook link in accounts form and add 
change_owner_others in the hook


Index: hook_deleteaccount.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/addressbook/inc/hook_deleteaccount.inc.php,v
retrieving revision 1.5.6.1
retrieving revision 1.5.6.2
diff -C2 -d -r1.5.6.1 -r1.5.6.2
*** hook_deleteaccount.inc.php  8 Sep 2003 13:26:37 -0000       1.5.6.1
--- hook_deleteaccount.inc.php  30 Oct 2003 02:38:26 -0000      1.5.6.2
***************
*** 22,25 ****
--- 22,26 ----
        {
                
$contacts->change_owner(intval($GLOBALS['HTTP_POST_VARS']['account_id']),intval($GLOBALS['HTTP_POST_VARS']['new_owner']));
+               
$contacts->change_owner_others(intval($GLOBALS['HTTP_POST_VARS']['account_id']),intval($GLOBALS['HTTP_POST_VARS']['new_owner']));
        }
  ?>





reply via email to

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