I use table prefixes in my Drupal installs and was getting errors with station_archive.
Line 444 is missing braces around the node and station_archive table names:
$result = db_query('SELECT n.nid, n.title FROM node n INNER JOIN station_archive sa ON n.nid = sa.audio_nid WHERE sa.permanent = 0 AND sa.imported < %d', $cutoff);
Sorry, I'll submit patches from now on, but didn't have time for this one.
Comments
Comment #1
drewish commenteddoh, good catch. i've committed a fix to HEAD. i'll get that backported before long.
Comment #2
(not verified) commented