DataObjects/core.sql
[Pman.Core] / DataObjects / core.sql
index 5a266f5..707a507 100644 (file)
@@ -412,7 +412,7 @@ CREATE TABLE core_notify_recur (
   id int(11)  NOT NULL AUTO_INCREMENT,
 
   PRIMARY KEY (id)
-) ;
+);
  
 
 ALTER TABLE  core_notify_recur  ADD COLUMN person_id int(11)  NOT NULL;