Closed (fixed)
Project:
Invite
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Feb 2011 at 06:01 UTC
Updated:
4 May 2011 at 15:31 UTC
Jump to comment: Most recent file
This patch removes the last db_result call in the D7 code. It's applied to a codebase that is also patched with #1060980: Drupal 7 port fixall patch, comment #1.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | invite-1063032.patch | 688 bytes | hadsie |
Comments
Comment #1
hadsie commentedComment #2
nikkubhai commentedI too got the error.
Fatal error: Call to undefined function db_result() in C:\wamp\www\drupal\sites\all\modules\invite\invite.module on line 477
Comment #3
tebb commented@nikkubhai
You need to apply the patch in #1 to the module.
Or
You can make this change to file invite.module
Replace:
With:
Comment #4
smk-ka commentedThanks! Committed to master.