Skip to content
Permalink
Browse files
fix
  • Loading branch information
sanasol committed Oct 23, 2013
1 parent 87ffdeb commit eeba38d7bcd312e8b186157cfc592e7d1272f4db
Showing with 1 addition and 1 deletion.
  1. +1 −1 merchant_db_flux/vending/modules/vending/index.php
@@ -12,7 +12,7 @@ function get_item_name($id, $server)
$sth->execute();
$r = $sth->fetch();
$slots = ($r->slots > 0) ? "[{$r->slots}]":"";
if(!empty($r->name_japanese))
if(strlen($r->name_japanese) > 1)
return $r->name_japanese.$slots;
else
return "Unknown Item";

0 comments on commit eeba38d

Please sign in to comment.