Download & Extend

errors in nodetitle plug-in (with patch)

Project:freelinking
Version:6.x-3.0-alpha1
Component:Code
Category:bug report
Priority:critical
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

Line 17 and 18 of freelink_nonetitle.inc contain errors that prevent the module from correct working

$sql .= 'AND type ="%s';
$result = db_query($sql, $target[1], variable_get('freelinking_nodetitle_searchcontenttype'));

it shoul be

$sql .= 'AND type ="%s"';
$result = db_query($sql, $target[1], variable_get('freelinking_nodetitle_searchcontenttype','none'));

Comments

#1

Status:active» fixed

Committed to HEAD. Thanks for the catch.

#2

Status:fixed» closed (fixed)

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

nobody click here