mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-03-13 06:58:39 +01:00
minor fixes for upgrade to 0.9.3pre6
This commit is contained in:
parent
55e908b8e9
commit
e07a0282dd
@ -256,7 +256,7 @@
|
|||||||
$db->query("alter table $table change $field $field int(11) NOT NULL");
|
$db->query("alter table $table change $field $field int(11) NOT NULL");
|
||||||
}
|
}
|
||||||
|
|
||||||
function v0_9_2to0_9_3pre5(){
|
function v0_9_2to0_9_3pre6(){
|
||||||
global $currentver, $phpgw_info, $db;
|
global $currentver, $phpgw_info, $db;
|
||||||
$didupgrade = True;
|
$didupgrade = True;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user