Closed (fixed)
Project:
Multiforms
Version:
5.x-1.2
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Apr 2008 at 15:10 UTC
Updated:
2 May 2008 at 20:42 UTC
There are a few tables inside of multiforms.install without proper braces {}.
Ther's also a bug within multiforms.module, line 1100:
Instead of:
$query = "SELECT %s FROM %s WHERE %s='%d' ORDER BY %s DESC";
... should be:
$query = "SELECT %s FROM {%s} WHERE %s='%d' ORDER BY %s DESC";
Comments
Comment #1
mcantelon commentedThanks again, Joe!
Should be fixed now and will be repackage as 5.1.3!
Mike