I'm out of my base. I'll be back on Tuseday as it's holiday on Monday. If you can edit classifieds_usercp.php
Search for (line 1086):
Code:
$item = $db->query_read("SELECT * FROM ".TABLE_PREFIX."classifieds_items WHERE id=$itemid ORDER BY itemid ASC");
Replace with:
Code:
$item = $db->query_read("SELECT * FROM ".TABLE_PREFIX."classifieds_items WHERE id=$itemid ORDER BY id ASC");