bugBibORB - Bugs: bug #13561, Reset Basket doesn't work due to...

 
 

bug #13561: Reset Basket doesn't work due to typo in PHP

Submitter:  None
Submitted:  Tue 28 Jun 2005 05:37:46 AM UTC
   
 
Category:  Interface Severity:  3 - Normal
Item Group:  Errors Status:  Fixed
Assigned to:  ggardey Open/Closed:  Open
Release:  * 1.3.3 Fixed Release:  None
Planned Release:  1-3-4
* Mandatory Fields

Add a New Comment Rich Markup
   

Tue 28 Jun 2005 05:37:46 AM UTC, original submission:  

The "Reset Basket" button does not
do anything.  However, I have found the problem.  In the ./php/basket.php
file, function reset() sets $this->item = array();, but it should be:
        $this->items = array();

(i.e. an "s" is needed on the end of "item".)


Anonymous

 

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

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by ggardey (Updated the item)
  •  

    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.

    Only logged-in users can vote.

     

    Follow 4 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2008-06-08 ggardey StatusReady For Test Fixed
        Planned ReleaseNone 1-3-4
    2005-10-18 ggardey StatusNone Ready For Test
        Assigned toNone ggardey

    Back to the top

    Powered by Savane 3.13-caa5.
    Corresponding source code