phpgroupware-tracker
[Top][All Lists]
Advanced

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

[Phpgroupware-tracker] [Bug #163] Incorrect method of merging arrays


From: nobody
Subject: [Phpgroupware-tracker] [Bug #163] Incorrect method of merging arrays
Date: Sun, 05 May 2002 22:32:54 -0400

=================== Bug #163: Latest Modifications ==================
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=163&group_id=509

Changes by: Mark A Peters <address@hidden>
Date: 2002-May-05 21:32 (CST6CDT)

            What     | Removed                   | Added
---------------------------------------------------------------------------
          Resolution | None                      | Fixed
         Assigned to | None                      | milosch
              Status | Open                      | Closed


------------------ Additional Follow-up Comments ----------------------------
This has been corrected in CVS.

To grab a complete update of all fixes:

1)  Check to see if you have cvs installed: 'cvs --help'.
1a) If not, install a copy of cvs-cli from your favorite 
distro.

2)  Then just type:
    'cd <your phpgroupware dir>; cvs update -dP'.

You can do step 2 as many times in a day as you wish, and 
will always get the most current bug fixes.

Thanks,




=================== Bug #163: Full Bug Snapshot ===================


Submitted by: None                      Project: phpGroupWare                   
Submitted on: 2002-May-05 18:01
Category:  addressbook                  Bug Group:  0.9.14 RC3                  
Severity:  5 - Major                    Priority:  Immediate                    
Resolution:  Fixed                      Assigned to:  milosch                   
Status:  Closed                         Platform Version:  Linux - Debian       
Reproducibility:  Every Time            

Summary:  Incorrect method of merging arrays

Original Submission:  On line 681 and 822 in 
addressbook/inc/class.uiaddressbook.inc.php, you try to merge some arrays by 
using "+". I'm not sure if this is correct. It results in this error on my 
system:
[Sun May  5 15:36:55 2002] [error] PHP Fatal error:  Unsupported operand types 
in /usr/share/phpgroupware/addressbook/inc/class.uiaddressbook.inc.php on line 
822

This can be fixed by using the array_merge function instead. 

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

-------------------------------------------------------
Date: 2002-May-05 21:32             By: skeeter
This has been corrected in CVS.

To grab a complete update of all fixes:

1)  Check to see if you have cvs installed: 'cvs --help'.
1a) If not, install a copy of cvs-cli from your favorite 
distro.

2)  Then just type:
    'cd <your phpgroupware dir>; cvs update -dP'.

You can do step 2 as many times in a day as you wish, and 
will always get the most current bug fixes.

Thanks,



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



reply via email to

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