phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: projects/inc class.sostatistics.inc.php,1.6,1.7


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: projects/inc class.sostatistics.inc.php,1.6,1.7
Date: Mon, 16 Sep 2002 22:38:13 -0400

Update of /cvsroot/phpgroupware/projects/inc
In directory subversions:/tmp/cvs-serv17200

Modified Files:
        class.sostatistics.inc.php 
Log Message:
bugfix

Index: class.sostatistics.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/projects/inc/class.sostatistics.inc.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** class.sostatistics.inc.php  22 Jan 2002 21:07:57 -0000      1.6
--- class.sostatistics.inc.php  17 Sep 2002 02:38:11 -0000      1.7
***************
*** 76,80 ****
  
                        $this->db->query("SELECT title,num,phpgw_p_projects.id 
as id FROM phpgw_p_projects $join phpgw_p_hours ON "
!                                                       . 
"phpgw_p_hours.employee='" . $account_id . "' GROUP BY 
title,phpgw_p_projects.id",__LINE__,__FILE__);
  
                        while ($this->db->next_record())
--- 76,80 ----
  
                        $this->db->query("SELECT title,num,phpgw_p_projects.id 
as id FROM phpgw_p_projects $join phpgw_p_hours ON "
!                                                       . 
"phpgw_p_hours.employee='" . $account_id . "' GROUP BY 
title,num,phpgw_p_projects.id",__LINE__,__FILE__);
  
                        while ($this->db->next_record())





reply via email to

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