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

@ -137,7 +137,8 @@
todo_pri int,
todo_status int,
todo_datecreated int,
todo_datedue int
todo_startdate int,
todo_enddate int
)";
$db->query($sql);