xhsyy / recycle-locator

Automatically exported from code.google.com/p/recycle-locator
0 stars 0 forks source link

PHP support for new categories #63

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
If a new table is added to the database, a new category appropriately appears 
in the opening screen.  However, if the new category is clicked, it is treated 
as if it were the Supplies category.

This is probably because Supplies is the "else" case in the PHP.  Instead, the 
"else" case should just display icons on the map in a general manner.

If this isn't the case, perhaps the php files should get the categories from 
the database somehow.

Original issue reported on code.google.com by raftysworld@gmail.com on 4 Mar 2011 at 10:16

GoogleCodeExporter commented 9 years ago
Unable to reproduce error in PHP.  The following expected error occured: 
"Error, could not query the db! Table 'dustinab_FIN.bike_racks' doesn't exist"  

What parameters were sent from Android's HTTP request?

Original comment by johnsj8%...@gtempaccount.com on 5 Mar 2011 at 9:40

GoogleCodeExporter commented 9 years ago

Original comment by johnsj8%...@gtempaccount.com on 5 Mar 2011 at 9:41

GoogleCodeExporter commented 9 years ago
This has been fixed in the latest revision.  It was actually an issue on the 
android side.

Original comment by raftysworld@gmail.com on 6 Mar 2011 at 7:12

GoogleCodeExporter commented 9 years ago

Original comment by raftysworld@gmail.com on 7 Mar 2011 at 4:55