
11-19-2009, 10:52 AM
|
|
|
Join Date: May 2006
Posts: 17
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by The Ottoman
I figured out how to do it myself.
Edit line #176 to read:
Code:
$sql="Select imgid,imgfile,imgname,thumbname,imgfilesize,imgwidth,imgheight,imgdate,imgprivate FROM ".TABLE_PREFIX ."vbimghost Where userid=$userid ORDER by imgdate DESC LIMIT $init,$perpage ";
Basically add DESC right after the ORDER by imgdate.
Duh.
|
Sorry friend, but do not understand. What should I do?
|