phpgroupware-tracker
[Top][All Lists]
Advanced

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

[Phpgroupware-tracker] [bugs #3372] Wrong db column refs in timetrack jo


From: Dave Hall
Subject: [Phpgroupware-tracker] [bugs #3372] Wrong db column refs in timetrack joins
Date: Thu, 15 Jul 2004 19:00:05 -0400
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040602 Firefox/0.8

This mail is an automated notification from the bugs tracker
 of the project: phpGroupWare.

/**************************************************************************/
[bugs #3372] Latest Modifications:

Changes by: 
                Dave Hall <address@hidden>
'Date: 
                Thu 07/15/2004 at 22:56 (Australia/Melbourne)

            What     | Removed                   | Added
---------------------------------------------------------------------------
         Assigned to | None                      | jecinc







/**************************************************************************/
[bugs #3372] Full Item Snapshot:

URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=3372>
Project: phpGroupWare
Submitted by: Kai Hofmann
On: Tue 04/29/2003 at 08:48

Category:  timetrack
Item Group:  devel cvs
Severity:  5 - Average
Priority:  5 - Normal
Resolution:  None
Assigned to:  jecinc
Status:  Open
Component Version:  None
Platform Version:  None
Reproducibility:  None
Planned Release:  0.9.18.000
Fixed Release:  


Summary:  Wrong db column refs in timetrack joins

Original Submission:  In the file hourslist.php there are join references to a 
column ab_id in the addressbook table
- the coloumn ab_id does NOT exist in this table.  maybe the "id" column is the 
correct one?

     . "left join phpgw_addressbook as a on j.contact_id = a.ab_id "
     . "left join phpgw_addressbook as a on j.contact_id = a.ab_id "
     . "left join phpgw_addressbook as a on j.contact_id = a.ab_id "
./timetrack/hourslist.php












For detailed info, follow this link:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=3372>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/







reply via email to

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