View Single Post
  #28  
Old Nov 22, 2011, 09:47 PM
Secret Squirrel's Avatar
Secret Squirrel Secret Squirrel is offline
VGMdb Administrator
 
Join Date: May 2007
Location: Cleveland, OH
Posts: 8,242
Default

Thanks, both bugs are now fixed.

Will have to think about this idea of a reprint flag, which may make some things easier.

EDIT: for the curious

Bug 1 - Needed to change INNER JOIN to LEFT JOIN so that we don't exclude from the query albums that don't have the platform listed.
Bug 2 - When I added the new code for querying and displaying the album list, I accidentally reused the variable containing the catalog number.
Reply With Quote