#108

Incorrect use of $this->db->trans_start()

    • Created on: Wed, May 27 2009 (almost 3 years ago)
    • Reported by: Adam Price
    • Assigned to: -
    • Milestone: Version 0.6
    • Type: Bug
    • Version: 0.5.1
    • Status: Fixed
    • Priority: Normal (3)
    • Component: General Code
    • Estimate: None/Small/Medium/Large None
    • Resolution: -
    In the code the are several occasions when $this->db->trans_start() is used instead of $this->db->trans_begin().
  • Followers
     
    Ico-users Adam Price 
     
    Attachments
    No attachments
    Associations
     
    No associations
    Activity
     
    User picture

          on Jul 03, 2009 @ 03:22pm UTC * By Adam Price

    Status changed from New to Fixed
    (In revision:238) Updated some BeP classes which used $this->db->trans_start() so they now use trans_begin() as the CI user guide says. Closes #108
    Time Expenditure
    Loading