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: Johnson
Subject: [Phpgroupware-tracker] [bugs #3372] Wrong db column refs in timetrack joins
Date: Fri, 24 Sep 2004 10:02:19 -0400
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.2) Gecko/20040803 Galeon/1.3.17

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

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

Changes by: 
                Johnson <address@hidden>
'Date: 
                Fri 09/24/2004 at 13:51 (Canada/Eastern)

------------------ Additional Follow-up Comments ----------------------------
This will be fixed in the next version if I ever get it done.

I could use some help finishing the admin pages






/**************************************************************************/
[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:  CVS HEAD (aka development code base)
Severity:  5 - Average
Priority:  5 - Normal
Resolution:  None
Privacy:  Public
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


Follow-up Comments
------------------


-------------------------------------------------------
Date: Fri 09/24/2004 at 13:51       By: Johnson <jecinc>
This will be fixed in the next version if I ever get it done.

I could use some help finishing the admin pages












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]