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

drewish’s picture

Status: Active » Fixed

doh, good catch. i've committed a fix to HEAD. i'll get that backported before long.

Anonymous’s picture

Status: Fixed » Closed (fixed)