- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
if ( 0 == 0 )
{
$x += 1;
$yellow = "";
if ( $myhighlight_unit[$i_high] == $row[$i]['ID'] )
{
//echo $myhighlight_unit[$i_high]." == ".$i_high."<br />";
$yellow = "background-color: #ffcc33;";
}
if ( $row[$i]['approved'] > 0 && $_SESSION['userid'] > 3 )
{
$yellow = "background-color: #ff0000;";
}
if ( $i_tr == 0 )
{
echo "<tr>";
}
}