missing =

This commit is contained in:
skeeter 2000-11-19 20:01:01 +00:00
parent 4a2f2cba77
commit 7fed7dc46a
2 changed files with 12 additions and 12 deletions

View File

@ -334,7 +334,7 @@
$sql = "ALTER TABLE todo ADD todo_startdate int(11) not null";
$db->query($sql);
$sql "ALTER TABLE todo CHANGE todo_datedue todo_enddate int(11) not null";
$sql = "ALTER TABLE todo CHANGE todo_datedue todo_enddate int(11) not null";
$db->query($sql);
$currentver = "0.9.4pre4";

View File

@ -335,7 +335,7 @@
$sql = "ALTER TABLE todo ADD todo_startdate int not null";
$db->query($sql);
$sql "ALTER TABLE todo CHANGE todo_datedue todo_enddate int not null";
$sql = "ALTER TABLE todo CHANGE todo_datedue todo_enddate int not null";
$db->query($sql);
$currentver = "0.9.4pre4";