mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-18 03:11:40 +01:00
missing =
This commit is contained in:
parent
4a2f2cba77
commit
7fed7dc46a
@ -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";
|
||||
|
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user