forked from extern/egroupware
added missing '
This commit is contained in:
parent
4b0053280f
commit
45f32ce148
@ -61,7 +61,7 @@
|
|||||||
if (@get_var('submit',Array('POST')))
|
if (@get_var('submit',Array('POST')))
|
||||||
{
|
{
|
||||||
$lang_selected = get_var('lang_selected',Array('POST'));
|
$lang_selected = get_var('lang_selected',Array('POST'));
|
||||||
$upgrademethod = get_var('upgrademethod',Array(POST'));
|
$upgrademethod = get_var('upgrademethod',Array('POST'));
|
||||||
$GLOBALS['phpgw_setup']->db->transaction_begin();
|
$GLOBALS['phpgw_setup']->db->transaction_begin();
|
||||||
if (count($lang_selected))
|
if (count($lang_selected))
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user