phpgroupware-tracker
[Top][All Lists]
Advanced

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

[Phpgroupware-tracker] [Bug #3373] Bad relations between phpgw_log and


From: nobody
Subject: [Phpgroupware-tracker] [Bug #3373] Bad relations between phpgw_log and phpgw_accounts
Date: Tue, 29 Apr 2003 05:04:58 -0400

=================== BUG #3373: FULL BUG SNAPSHOT ===================
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3373&group_id=509

Submitted by: powerstat               Project: phpGroupWare                 
Submitted on: Tue 04/29/2003 at 11:04
Category:  API - Admin                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:  Bad relations between phpgw_log and phpgw_accounts

Original Submission:  Within the admin module there are two different relations 
between phpgw_log and phpgw_accounts.
An if statement decides between the two variants.
This is absolutly evil! - only one column should be used for relations between 
tables!

                                $parms['where'] = array('phpgw_log.log_user = 
phpgw_accounts.account_id');
                                $parms['where'][] = 'phpgw_log.log_id = 
phpgw_accounts.account_id';
./admin/inc/class.solog.inc.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=3373&group_id=509




reply via email to

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