Would like to know if the D7 version is not ready yet? I'm getting this error:
Fatal error: Call to undefined function db_fetch_object() in /home/XXX/public_html/sites/all/modules/flag_limit/flag_limit.module on line 80
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 1451536.patch | 902 bytes | jherencia |
Comments
Comment #1
v8comp commentedThat line should be:
while ($row = $result->fetchObject()) {Comment #2
jherencia commentedThanks @v8comp, here is the patch. I've tested your code and as you said it fixes this problem so RTBC.
Comment #3
dnewkerk commentedConfirming this fixes the issue for me as well. Can we get this committed? Thanks!
Comment #4
jibus commentedIt's seems to me that without this patch, the module is clearly not functionnal. Set priority to major.
Confirmed also that the patch resolves the issue ! Thanks
Comment #5
shawn dearmond commentedCommitted. Thanks!
http://drupalcode.org/project/flag_limit.git/commit/d3f90ee