bugphpGroupWare - Bugs: bug #3372, Wrong db column refs in timetrack...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #3372: Wrong db column refs in timetrack joins

Submitter:  Kai Hofmann <powerstat>
Submitted:  Tue 29 Apr 2003 08:48:56 AM UTC
   
 
Category:  timetrack Item Group:  SVN trunk (dev code)
Severity:  3 - Normal Priority:  5 - Normal
Status:  None Privacy:  Public
Assigned to:  jecinc Open/Closed:  Open
Component Version:  None Operating System:  None
Reproducibility:  None Planned Release:  0.9.18.000
Fixed Release: 

Fri 24 Sep 2004 01:51:53 PM UTC, comment #1: 

This will be fixed in the next version if I ever get it done.

I could use some help finishing the admin pages

Johnson <jecinc>
Tue 29 Apr 2003 08:48:56 AM UTC, 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

Kai Hofmann <powerstat>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

 

Follow 3 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2004-07-15 skwashd Assigned toNone jecinc
2004-07-15 skwashd Planned ReleaseNone 0.9.18.000
2003-04-29 skwashd SummaryWrong db column refs

Back to the top

Powered by Savane 3.13-4448.
Corresponding source code