Active
Project:
Taxonomy Introduction
Version:
5.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Apr 2009 at 14:19 UTC
Updated:
29 May 2014 at 03:26 UTC
Jump to comment: Most recent
Failure to test for numeric value in $tid in the method taxonomy_intro_get_intro() causes a general SQL error.
I've added the following code to this method right after the empty string test:
if (is_numeric($tid) === FALSE) return NULL;
Comments
Comment #1
sigemuk commentedThanks, very help me