GHengeveld |
|
---|---|
You need to add an ORDER BY statement in the SQL, I guess it's in gallery.inc.php or something (working on another PC so I dont have the code here). I think the SQL looks like this
SELECT * FROM $db_pfs_folders WHERE pff_ispublic=1 AND pff_isgallery=1You should add something like this: ORDER BY pff_updated DESC |