mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 17:14:36 +01:00
Fixed problem with update script
This commit is contained in:
parent
f83036ae9d
commit
2d6ad81655
@ -2043,7 +2043,7 @@
|
||||
$phpgw_setup->oProc->AddColumn('phpgw_log_msg','log_msg_file',array('type' => 'varchar', 'precision' => 255, 'nullable'=> False));
|
||||
$phpgw_setup->oProc->AddColumn('phpgw_log_msg','log_msg_line',array('type' => 'int', 'precision' => 4, 'nullable'=> False));
|
||||
|
||||
$setup_info['phpgwapi']['currentver'] = '0.9.13.008';
|
||||
$setup_info['phpgwapi']['currentver'] = '0.9.13.009';
|
||||
return $setup_info['phpgwapi']['currentver'];
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user