Closed (fixed)
Project:
Views Mail
Version:
5.x-1.1
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
31 Aug 2007 at 11:43 UTC
Updated:
24 Jun 2008 at 00:25 UTC
Hi,
Please use {} brackets on tables of all of your sql query's. If a user has a table prefix, your module wont work. Easy to fix, if someone has this problem, just edit the module and add {} to table names like: "SELECT uid FROM users ... " --> "SELECT uid FROM {users} ..." knowing sql helps.
Comments
Comment #1
somebodysysop commentedKnowing Drupal helps even more!
Patch: http://drupal.org/files/issues/views_mail.module.5.x-2.0a.patch
Will be included in next release.
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.