phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] projects/inc/class.soprojects.inc.php, 1.103


From: nomail
Subject: [Phpgroupware-cvs] projects/inc/class.soprojects.inc.php, 1.103
Date: Thu, 24 Jun 2004 15:46:15 +0200

Update of /projects/inc
Modified Files:
        Branch: 
          class.soprojects.inc.php

date: 2004/06/24 13:46:15;  author: ceb;  state: Exp;  lines: +2 -2

Log Message:
update
=====================================================================
Index: projects/inc/class.soprojects.inc.php
diff -u projects/inc/class.soprojects.inc.php:1.102 
projects/inc/class.soprojects.inc.php:1.103
--- projects/inc/class.soprojects.inc.php:1.102 Sun Jun 20 23:02:38 2004
+++ projects/inc/class.soprojects.inc.php       Thu Jun 24 13:46:15 2004
@@ -982,7 +982,7 @@
                        $account_id = intval($account_id);
                        if ($account_id > 0)
                        {
-                               $this->db->query('delete from phpgw_categories 
where owner=' . $account_id . " AND cat_appname='projects'",__LINE__,__FILE__);
+                               $this->db->query('delete from phpgw_categories 
where cat_owner=' . $account_id . " AND 
cat_appname='projects'",__LINE__,__FILE__);
                                $this->db->query('delete from phpgw_p_hours 
where employee=' . $account_id,__LINE__,__FILE__);
                                $this->db->query('select id from 
phpgw_p_projects where coordinator=' . $account_id,__LINE__,__FILE__);
 




reply via email to

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