asanchez78 / comicdb

A PHP application for maintaining a database of a comic book collection. It's really old and kind of embarrassing. You probably shouldn't use this.
6 stars 1 forks source link

Fix total issue count #109

Closed asanchez78 closed 8 years ago

asanchez78 commented 8 years ago

Total issue count is the number of rows in the users_comics table. It should be the sum of the quantity column for a true number.

asanchez78 commented 8 years ago

Fixed in PR #110