$add_setting_current_sql = "LOAD DATA INFILE '".mysql_real_escape_string($file_path)."' INTO TABLE $current_settings_table FIELDS TERMINATED BY ',' OPTIONALLY ENCLOSED BY '\'';";
@ mysql_query($add_setting_current_sql);
@ -203,7 +203,8 @@ function write_dokeos_config_file($path)
@ -113,4 +113,5 @@ $DokeosArtLicense = "The images and media galleries of Dokeos use images from Nu
$PleasGoBackToStep1 = "Please go back to step 1";
$OptionalParameters = "Optional parameters";
$FailedConectionDatabase = "The database connection has failed. This is generally due to the wrong user, the wrong password or the wrong database prefix being set above. Please review these settings and try again.";