Closed (fixed)
Project:
OG Titles
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Mar 2011 at 15:02 UTC
Updated:
21 Mar 2011 at 14:41 UTC
I got the following error when trying to delete a group:
user warning: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'WHERE nid = 76' at line 1 query: DELETE RFOM og_titles WHERE nid = 76 in sites/all/modules/og_titles/og_titles.module on line 137.
I corrected the error with the attached patch.
| Comment | File | Size | Author |
|---|---|---|---|
| og_titles_nodeapi_sql_fix.patch | 0 bytes | capellic |
Comments
Comment #1
mradcliffeThank you. Patch was 0 bytes, but I found the error and fixed it. Quick commit.
Comment #2
capellicOops. Sorry for not noticing the patch file was empty. Thanks for taking care of this.