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

CommentFileSizeAuthor
#2 1451536.patch902 bytesjherencia

Comments

v8comp’s picture

That line should be:
while ($row = $result->fetchObject()) {

jherencia’s picture

Status: Active » Reviewed & tested by the community
StatusFileSize
new902 bytes

Thanks @v8comp, here is the patch. I've tested your code and as you said it fixes this problem so RTBC.

dnewkerk’s picture

Confirming this fixes the issue for me as well. Can we get this committed? Thanks!

jibus’s picture

Priority: Normal » Major

It'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

shawn dearmond’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.