phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] preferences/inc/hook_deleteaccount.inc.php, 1.5


From: nomail
Subject: [Phpgroupware-cvs] preferences/inc/hook_deleteaccount.inc.php, 1.5
Date: Thu, 30 Dec 2004 12:19:04 +0100

Update of /preferences/inc
Modified Files:
        Branch: 
          hook_deleteaccount.inc.php

date: 2004/12/30 11:19:04;  author: skwashd;  state: Exp;  lines: +2 -2

Log Message:
adding missing files to new HEAD
=====================================================================
Index: preferences/inc/hook_deleteaccount.inc.php
diff -u preferences/inc/hook_deleteaccount.inc.php:1.4 
preferences/inc/hook_deleteaccount.inc.php:1.5
--- preferences/inc/hook_deleteaccount.inc.php:1.4      Fri Jun 25 12:10:13 2004
+++ preferences/inc/hook_deleteaccount.inc.php  Thu Dec 30 11:19:04 2004
@@ -16,7 +16,7 @@
        $table_locks = Array('phpgw_preferences');
 
        $GLOBALS['phpgw']->db->lock($table_locks);
-       $GLOBALS['phpgw']->db->query('DELETE FROM phpgw_preferences WHERE 
preference_owner='.$GLOBALS['hook_values']['account_id'],__LINE__,__FILE__);
+       $GLOBALS['phpgw']->db->query('DELETE FROM phpgw_preferences WHERE 
preference_owner='.$GLOBALS['HTTP_POST_VARS']['account_id'],__LINE__,__FILE__);
        $GLOBALS['phpgw']->db->unlock();
 
 




reply via email to

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