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 18:39:18 -0400

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

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

            What     | Removed                   | Added
---------------------------------------------------------------------------
         Assigned to | None                      | lkneschke
   Component Version | None                      | CVS
     Reproducibility | None                      | Every Time




=================== BUG #3373: FULL BUG SNAPSHOT ===================


Submitted by: powerstat               Project: phpGroupWare                 
Submitted on: Tue 04/29/2003 at 19:04
Category:  API - Admin                Bug Group:  devel cvs                 
Severity:  5 - Major                  Priority:  Normal                     
Resolution:  None                     Assigned to:  lkneschke               
Status:  Open                         Component Version:  CVS               
Platform Version:  None               Reproducibility:  Every Time          

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]