mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:42 +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 'mysqli':
|
||||
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',
|
||||
'<b>'.lang("Instructions for creating the database in %1:",'MySql').'</b>'
|
||||
. '<br />'.lang('Login to mysql -')
|
||||
|
Loading…
Reference in New Issue
Block a user