missing table escape
maulwuff - November 10, 2008 - 21:30
| Project: | Advanced Poll |
| Version: | 5.x-1.0-beta6 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
Just tried to add a user to the electoral list, and got this:
user warning: Table 'databasename.users' doesn't exist query: REPLACE INTO forum_advpoll_electoral_list (nid, uid) SELECT '5703', u.uid FROM users u WHERE u.name = 'Maulwurf' in /var/www/includes/database.mysql.inc on line 174.it should say {users} in the code I think.

#1
Fixed this bad boy - thanks for the bug report.
#2
Automatically closed -- issue fixed for two weeks with no activity.