Closed (fixed)
Project:
Site verification
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Sep 2010 at 13:53 UTC
Updated:
13 Oct 2010 at 14:50 UTC
Just a really simple DB code update to use the D7 API of db_query() to remove the site verification code at hand correctly. It is still using the D6 API in D7.
| Comment | File | Size | Author |
|---|---|---|---|
| site-verify-delete.patch | 1019 bytes | gábor hojtsy |
Comments
Comment #1
gábor hojtsyAlso posted tests at #926358: Attempt basic test coverage which would have catched this issue. I'd suggest it makes sense to finalize and add those in for future issue checking.
Comment #2
dave reidThanks Gabor. I converted this to use db_delete() instead of db_query().
http://drupal.org/cvs?commit=429488
Comment #3
gábor hojtsyPerfect, thanks.