4images Forum & Community

4images Issues / Ausgaben => Feedback & Suggestions => Topic started by: thunderstrike on January 17, 2008, 03:30:28 AM

Title: [FIX 1.7.5] - categories.php file (by order)
Post by: thunderstrike on January 17, 2008, 03:30:28 AM
Is fix for order by prefix name with field.

In categories.php file,

find:

Code: [Select]
ORDER BY ".$config['image_order']." ".$config['image_sort'].", image_id ".$config['image_sort']."

replace:

Code: [Select]
ORDER BY i.".$config['image_order']." ".$config['image_sort'].", i.image_id ".$config['image_sort']."