History | Log In     View a printable version of the current page.  
We are currently focused especially on Moodle 2.0, Moodle 1.9.x bugs and Moodle 1.9.x testing.    Confused? Lost? Please read this introduction to the Tracker.
Issue Details (XML | Word | Printable)

Key: MDL-14879
Type: Sub-task Sub-task
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Eloy Lafuente (stronk7)
Reporter: Eloy Lafuente (stronk7)
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Moodle
MDL-14679

Fix one error in SetFetchMode() + minor clean

Created: 17/May/08 08:04 AM   Updated: 17/May/08 08:09 AM
Component/s: Database SQL/XMLDB
Affects Version/s: 2.0
Fix Version/s: 2.0

Participants: Eloy Lafuente (stronk7)
Security Level: None


 Description  « Hide
Fix some incorrect calls like SetFetchMode(ADODB_ASSOC_CASE) to correct SetFetchMode(ADODB_FETCH_ASSOC).

Also, clean some configure_dbconnection() unneeded implementations.

 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Eloy Lafuente (stronk7) - 17/May/08 08:09 AM
Fixed. Ciao :-)