"fix for bug ##1815 - typo in database creation instructions for mysql"

This commit is contained in:
Ralf Becker 2008-11-03 09:58:59 +00:00
parent 43f860ba8f
commit 51cd3ec0ba

View File

@ -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 -')