phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] phpgwapi/inc/class.accounts_sql.inc.php, 1.94


From: nomail
Subject: [Phpgroupware-cvs] phpgwapi/inc/class.accounts_sql.inc.php, 1.94
Date: Wed, 23 Jun 2004 17:00:38 +0200

Update of /phpgwapi/inc
Modified Files:
        Branch: 
          class.accounts_sql.inc.php

date: 2004/06/23 15:00:38;  author: fipsfuchs;  state: Exp;  lines: +2 -1

Log Message:
you are able to delete an account now
=====================================================================
Index: phpgwapi/inc/class.accounts_sql.inc.php
diff -u phpgwapi/inc/class.accounts_sql.inc.php:1.93 
phpgwapi/inc/class.accounts_sql.inc.php:1.94
--- phpgwapi/inc/class.accounts_sql.inc.php:1.93        Tue Jun 24 11:54:22 2003
+++ phpgwapi/inc/class.accounts_sql.inc.php     Wed Jun 23 15:00:38 2004
@@ -90,6 +90,7 @@
                        $this->db->lock($tables_array);
                        $this->db->query('DELETE FROM phpgw_accounts WHERE 
account_id=' . $account_id);
                        $this->db->unlock();
+                       return true;
                }
 
                function get_list($_type='both',$start = '',$sort = '', $order 
= '', $query = '', $offset = '')




reply via email to

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