mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
"fix for bug ##1815 - typo in database creation instructions for mysql"
This commit is contained in:
parent
43f860ba8f
commit
51cd3ec0ba
@ -190,7 +190,7 @@ switch($GLOBALS['egw_info']['setup']['stage']['db'])
|
|||||||
case 'mysql':
|
case 'mysql':
|
||||||
case 'mysqli':
|
case 'mysqli':
|
||||||
case 'mysqlt':
|
case 'mysqlt':
|
||||||
$set_charset = (float) $GLOBALS['egw_setup']->db->ServerInfo['version'] >= 4.1 ? ' DEFAULT CHARSET SET utf8' : '';
|
$set_charset = (float) $GLOBALS['egw_setup']->db->ServerInfo['version'] >= 4.1 ? ' DEFAULT CHARACTER SET utf8' : '';
|
||||||
$setup_tpl->set_var('instr',
|
$setup_tpl->set_var('instr',
|
||||||
'<b>'.lang("Instructions for creating the database in %1:",'MySql').'</b>'
|
'<b>'.lang("Instructions for creating the database in %1:",'MySql').'</b>'
|
||||||
. '<br />'.lang('Login to mysql -')
|
. '<br />'.lang('Login to mysql -')
|
||||||
|
Loading…
Reference in New Issue
Block a user