bug, default dbGlu(e) to '`.`'

skala
Laurent Opprecht 14 years ago
parent dd6cca744a
commit aec623f59b
  1. 2
      main/install/install.lib.php

@ -537,7 +537,7 @@ function get_config_param($param, $updatePath = '') {
}
if($param == 'dbGlu' && empty($val)){
return '.';
return '`.`';
}
//Special treatment for dokeos_version parameter due to Dokeos 1.8.3 have the dokeos_version in the main/inc/installedVersion.inc.php file
if ($param == 'dokeos_version') {

Loading…
Cancel
Save