thequbit / monroeminutes

Town Meeting Minutes Aggregator and Search Engine
GNU General Public License v3.0
9 stars 5 forks source link

Fix magic number array issue in SubOrgFromName() #23

Closed thequbit closed 11 years ago

thequbit commented 11 years ago

Needed to use mysql_fetch_assoc($result), not mysql_fetch_row($result). Fixed.