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 |
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.