Problem/Motivation

Exists db_query() with delete query in install file, and is a best practice use db_delete() instead of db_query() with delete query.

Proposed resolution

Use: db_delete() instead of db_query() with delete query.

Remaining tasks

None

User interface changes

None

API changes

None

Data model changes

None

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

RenatoG created an issue. See original summary.

renatog’s picture

Issue summary: View changes
FileSize
657 bytes
13.5 KB
15.14 KB

Fix it's in the attachment.

Before:

After:

Regards.

  • RenatoG committed c94123f on 7.x-3.x
    Issue #2903142 by RenatoG: Used: db_delete() instead of db_query() with...
renatog’s picture

Status: Active » Fixed
FileSize
15.5 KB
13.96 KB

Fixed.

Committed to the dev branch.

Regards.

Status: Fixed » Closed (fixed)

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