Does not handle database prefix - directly calls mysql functions
dpmillerau - December 6, 2007 - 02:40
| Project: | Profile Enforcer |
| Version: | 5.x-1.1 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
I have a database prefix on my database tables. This module does not work with this. It directly calls mysql functions when it appears it should call drupal routines to handle this sort of problem
warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /home/missions/www/gamma/sites/all/modules/profile_enforcer/profile_enforcer.module on line 203.
Code needs to be rewritten!

#1
Same problem here!