CC-4907: Library -> Adding items to show doesn't add the correct item sometimes

-fixed
This commit is contained in:
denise 2013-02-12 17:21:21 -05:00
parent 2315e3473d
commit 50613dd9a8
1 changed files with 1 additions and 0 deletions

View File

@ -816,6 +816,7 @@ SQL;
$row['checkbox'] = "";
$row['image'] = "";
$type = substr($row['ftype'], 0, 2);
$row['tr_id'] = "{$type}_{$row['id']}";
}