";
echo "";
If ($row['heroic']=="1")
{ echo " ";
}
echo " | ";
echo "";
echo "".$lang_pr[$row['choice_inst']];
if ($row['GRP_IDX'] <> "")
{ echo " - ".$row['GRP_IDX'];
}
echo "\n | ";
echo "";
//echo $row['date'];
$datesplit = explode("-",$row['date']);
echo $datesplit[1]."/".$datesplit[2]."/".$datesplit[0];
echo " | ";
echo "";
echo $row['hour'];
echo " | ";
echo "";
echo stripslashes($row['owner']);
echo " | ";
echo "";
echo stripslashes($row['guild']);
echo " | ";
echo "";
echo stripslashes($row['realm']);
// $created = $db->sql_query("SELECT inscription_time FROM nuke_raid_players where avatarname='".$row['owner']."' AND event_id='".$row['event_id']."'");
// list( $created1 ) = $db->sql_fetchrow( $created );
// $created2 = stripslashes($created1);
// $created3 = strtotime($created2);
// $created4 = date("n/d@G:i", $created3);
// echo $created4;
echo " | ";
echo "";
echo $row['faction'];
echo " | ";
echo "";
$sql2 = "SELECT * FROM nuke_raid_players where event_id=".$row['event_id'];
$result2 = $db->sql_query($sql2);
echo mysql_num_rows($result2)."/".$row['raid_max_size_num'];
echo " | ";
echo "";
if($row['password']!="")
{ echo "".$lang_pr['private']."";
}
else
{ echo "".$lang_pr['public']."";
}
echo " | ";
list($year, $month, $day) = split('[/.-]', $row['date']);
If (date_compare ( $year, $month, $day )>=0)
{ $isfuture=true;
}
echo "";
If ($isfuture)
{ if($row['status']!="open")
{ echo "".$lang_pr[$row['status']]."";
}
else
{ echo "".$lang_pr[$row['status']]."";
}
}
else
{ echo "".$lang_pr['past']."";
}
$isfuture=false;
echo " |
";
}
}
echo "