Problem/Motivation

In the line 143 of the file node_revision_delete.module the $tracked_content_types variable is unused.

$tracked_content_types = node_revision_delete_content_types();

Proposed resolution

Change the line by:

node_revision_delete_content_types();

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

adriancid created an issue. See original summary.

adriancid’s picture

Issue summary: View changes
Status: Active » Needs review
FileSize
648 bytes
adriancid’s picture

Issue tags: +Novice, +php-novice
jollysolutions’s picture

Status: Needs review » Reviewed & tested by the community

  • adriancid committed a5a7ac7 on 7.x-2.x
    Issue #2866092 by adriancid: Unused variable
    
adriancid’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

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

adriancid’s picture