Line 263 of textactions.inc should be:
$sql = "SELECT nid FROM {image} INNER JOIN files AS f WHERE f.filepath = '%s' LIMIT 1";
(curly braces around 'image')
Line 263 of textactions.inc should be:
$sql = "SELECT nid FROM {image} INNER JOIN files AS f WHERE f.filepath = '%s' LIMIT 1";
(curly braces around 'image')
Comments
Comment #1
peter.walter commentedSorry... and 'files':
Comment #2
dman commentedHeh.
I didn't review that code too hard when I took the contributed port (I haven't used it yet)
Anyway, thanks! - that's all cool.
I've just committed it to DRUPAL-6--1 dev
I don't think there's enough activity to revisit this in D5