todo updates

This commit is contained in:
loge
2000-11-19 19:47:30 +00:00
parent 8c2c643d6c
commit 4a2f2cba77
4 changed files with 26 additions and 2 deletions

View File

@ -158,7 +158,8 @@
todo_pri int(11),
todo_status int(11),
todo_datecreated int(11),
todo_datedue int(11),
todo_startdate int(11),
todo_enddate int(11),
PRIMARY KEY (todo_id)
)";
$db->query($sql);