Hello

I was getting a recurrent error associated with TimeCert (on Drupal 6.14) with each Cron run. TimeCert was installed, but deactivated.

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') AND tn.nid IS NULL ORDER BY n.nid ASC LIMIT 0, 100' at line 1 query: SELECT n.nid FROM drupal_node n LEFT JOIN drupal_timecert_nodes tn ON n.nid = tn.nid WHERE n.status = 1 AND n.type IN () AND tn.nid IS NULL ORDER BY n.nid ASC LIMIT 0, 100 in ... /sites/all/modules/timecert/timecert.module on line 56.

Thanks for a great module,

DDO