Modify

Opened 11 years ago

Closed 11 years ago

#522 closed Bug/Fehler (fixed)

MYSQL_ASSOC statt MYSQLI_ASSOC

Reported by: Volker Strähle Owned by: somebody
Priority: niedrig Milestone: modified-shop-2.0.0.0
Component: Shop Version: 2.0.0.0
Keywords: Cc:
Blocked By: Blocking:

Description

in db_functions_mysqli.inc.php steht

function xtc_db_fetch_array(&$db_query, $cq=false, $result_type=MYSQL_ASSOC) { ...

und müßte eigentlich

function xtc_db_fetch_array(&$db_query, $cq=false, $result_type=MYSQLI_ASSOC) { ...

lauten. Habe leider keine Doku gefunden ob das katuell einen Unterschied macht oder nicht.

Attachments (0)

Change History (1)

comment:1 by Gerhard Waldemair, 11 years ago

Resolution: fixed
Status: newclosed

In 8277:

fix #522

Modify Ticket

Action
as closed The owner will remain somebody.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.