phpgroupware-tracker
[Top][All Lists]
Advanced

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

[Phpgroupware-tracker] [Bug #3372] Wrong db column refs in timetrack joi


From: nobody
Subject: [Phpgroupware-tracker] [Bug #3372] Wrong db column refs in timetrack joins
Date: Tue, 29 Apr 2003 18:40:16 -0400

=================== BUG #3372: LATEST MODIFICATIONS ==================
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3372&group_id=509

Changes by: Dave Hall <address@hidden>
Date: Wed 04/30/2003 at 08:40 (Australia/Melbourne)

            What     | Removed                   | Added
---------------------------------------------------------------------------
             Summary | Wrong db column refs      | Wrong db column refs in 
timetrack joins




=================== BUG #3372: FULL BUG SNAPSHOT ===================


Submitted by: powerstat               Project: phpGroupWare                 
Submitted on: Tue 04/29/2003 at 18:48
Category:  timetrack                  Bug Group:  devel cvs                 
Severity:  5 - Major                  Priority:  Normal                     
Resolution:  None                     Assigned to:  None                    
Status:  Open                         Component Version:  None              
Platform Version:  None               Reproducibility:  None                

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




No Followups Have Been Posted


CC list is empty


No files currently attached


For detailed info, follow this link:
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3372&group_id=509




reply via email to

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