Closed (fixed)
Project:
Coder
Version:
7.x-2.x-dev
Component:
Coder Review
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Dec 2011 at 14:43 UTC
Updated:
31 Aug 2012 at 21:49 UTC
I have three code files that coder scans:
mymodule.module
mymodule.php
mymodule_func.inc.php
It finds errors in mymodule.module, but not the other two files. I know for sure it should pick something up.
For example, this line in mymodule.php should trigger the error that there are no curly braces around the table name:
$uq = db_query("SELECT * FROM sessions WHERE sid = '%s'", $sessid);
Comments
Comment #1
douggreen commentedI don't know if this was a real problem, but we aren't supporting (that is, we aren't fixing) 6.x anymore. If you are still interested in this, I'm pretty sure that the 7.x-2.x-dev branch works just fine.