biow0lf / evedev-kb

Automatically exported from code.google.com/p/evedev-kb
1 stars 0 forks source link

common/standings.php Wrong icon displayed for -5 standing #111

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In game, a -5 standing is displayed with an orange icon by default.

In common/standings.php, line 33:

elseif ($row['sta_value'] > -5)

Should read:

elseif ($row['sta_value'] >= -5)

to correctly match the in game default.

Original issue reported on code.google.com by cvwe...@gmail.com on 18 May 2010 at 5:54

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r662.

Original comment by kovellia on 19 May 2010 at 10:12