mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
view --> few patch
This commit is contained in:
parent
11e8e4feaa
commit
2c8844b77c
@ -241,7 +241,7 @@ function do_backup($arg,$quite_check=false)
|
|||||||
$db_backup =& CreateObject('phpgwapi.db_backup');
|
$db_backup =& CreateObject('phpgwapi.db_backup');
|
||||||
if (is_resource($f = $db_backup->fopen_backup($backup)))
|
if (is_resource($f = $db_backup->fopen_backup($backup)))
|
||||||
{
|
{
|
||||||
echo lang('Backup started, this might take a view minutes ...')."\n";
|
echo lang('Backup started, this might take a few minutes ...')."\n";
|
||||||
$db_backup->backup($f);
|
$db_backup->backup($f);
|
||||||
fclose($f);
|
fclose($f);
|
||||||
echo lang('Backup finished')."\n";
|
echo lang('Backup finished')."\n";
|
||||||
@ -415,7 +415,7 @@ function do_install($args)
|
|||||||
{
|
{
|
||||||
fail(31,lang('Restore failed'));
|
fail(31,lang('Restore failed'));
|
||||||
}
|
}
|
||||||
echo lang('Restore started, this might take a view minutes ...')."\n";
|
echo lang('Restore started, this might take a few minutes ...')."\n";
|
||||||
$db_backup->restore($f,$charset);
|
$db_backup->restore($f,$charset);
|
||||||
fclose($f);
|
fclose($f);
|
||||||
echo lang('Restore finished')."\n";
|
echo lang('Restore finished')."\n";
|
||||||
@ -434,7 +434,7 @@ function do_install($args)
|
|||||||
$GLOBALS['egw_setup']->system_charset = strtolower($charset);
|
$GLOBALS['egw_setup']->system_charset = strtolower($charset);
|
||||||
$GLOBALS['egw_setup']->db->Link_ID->SetCharSet($charset);
|
$GLOBALS['egw_setup']->db->Link_ID->SetCharSet($charset);
|
||||||
|
|
||||||
echo lang('Installation started, this might take a view minutes ...')."\n";
|
echo lang('Installation started, this might take a few minutes ...')."\n";
|
||||||
$setup_info = $GLOBALS['egw_setup']->process->pass($setup_info,'new',false,True);
|
$setup_info = $GLOBALS['egw_setup']->process->pass($setup_info,'new',false,True);
|
||||||
echo lang('Installation finished')."\n";
|
echo lang('Installation finished')."\n";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user