Backup and open manage.php
find
$result_featured = array();
$query = @mysql_query($result_sql);
while ($result1 = @mysql_fetch_array($query)) {
//get comments inforation
$user_id = mysql_real_escape_string($result1['user_id']);
add this straight after
###pics####
...