Modify ↓
#2001 closed Bug/Fehler (fixed)
unnötiger Code - new_attributes_include.php
| Reported by: | Volker Strähle | Owned by: | Gerhard Waldemair |
|---|---|---|---|
| Priority: | normal | Milestone: | modified-shop-2.0.6.0 |
| Component: | Admin | Version: | trunk |
| Keywords: | Cc: | ||
| Blocked By: | Blocking: |
Description (last modified by )
In /admin/includes/modules/new_attributes_include.php findet sich auf ca. Zeile 200 folgender Code:
// Lets get all of the possible options
$query = "SELECT *
FROM ".TABLE_PRODUCTS_OPTIONS."
WHERE products_options_id LIKE '%'
AND language_id = '" . (int)$_SESSION['languages_id'] . "'
ORDER BY ". $option_order_by;
products_options_id LIKE '%' ist unnötig und führt zu einem langsamen tablescan.
Attachments (0)
Change History (4)
comment:1 by , 5 years ago
| Resolution: | → invalid |
|---|---|
| Status: | new → closed |
comment:2 by , 5 years ago
| Resolution: | invalid |
|---|---|
| Status: | closed → reopened |
Falscher Dateiname: new_attributes_include.php
Sorry
comment:4 by , 5 years ago
| Component: | Module → Admin |
|---|---|
| Description: | modified (diff) |
| Milestone: | DB-Performance → modified-shop-2.0.6.0 |
| Summary: | unnötiger Code - new_attributes.php → unnötiger Code - new_attributes_include.php |
Note:
See TracTickets
for help on using tickets.

diese Datei gibt es nicht mehr