Modify

Opened 10 years ago

Closed 10 years ago

#805 closed Bug/Fehler (wontfix)

xtDBquery statt xtc_db_query in whats_new

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

Description

templates/tpl_modified/source/boxes/whats_new.php

statt

// get random product data
$whats_new_query = xtc_db_query("SELECT DISTINCT p.products_id,
                                                 p.products_image,                                              
...

sollte

// get random product data
$whats_new_query = xtDBquery("SELECT DISTINCT p.products_id,
                                                 p.products_image,                                              
...

oder übersehe ich einen Grund die Abfrage nicht aus dem Cache zu holen?

Attachments (0)

Change History (1)

comment:1 by Gerhard Waldemair, 10 years ago

Resolution: wontfix
Status: newclosed

Hi, der Grund ist der Random Select

Modify Ticket

Action
as closed The ticket will remain with no owner.
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.