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)
Note:
See TracTickets
for help on using tickets.

In 8277: