--- scheduler.module.ORIG	2005-12-31 13:40:10.000000000 -0500
+++ scheduler.module	2005-12-31 13:23:02.000000000 -0500
@@ -74,7 +74,7 @@
 
 function scheduler_insert_schedule($node, $conds) {
   $conds['nid'] = $node->nid;
-  db_query('INSERT {scheduler} (%s) VALUES (%s)', implode(', ', array_keys($conds)), implode(', ', array_values($conds)));
+  db_query('INSERT INTO {scheduler} (%s) VALUES (%s)', implode(', ', array_keys($conds)), implode(', ', array_values($conds)));
 }
 
 function scheduler_remove_schedule($node) {
