Fixes all registered unstabilities in MDL-14325, MDL-14328 and closes those buglines.

default values for global search parameters,
command quoting issues status choosed untill better resolution,
typo error in error message
This commit is contained in:
diml
2008-04-17 20:46:30 +00:00
parent 30e04e5e2a
commit eb791e1258
+1 -1
View File
@@ -34,7 +34,7 @@ function get_text_for_indexing_pdf(&$resource){
if (!empty($CFG->block_search_pdf_to_text_cmd)){
preg_match("/^\S+/", $CFG->block_search_pdf_to_text_cmd, $matches);
if (!file_exists("{$moodleroot}{$matches[0]}")){
mtrace('Error with pdf to text converter command : exectuable not found at '.$moodleroot.$matches[0]);
mtrace('Error with pdf to text converter command : executable not found at '.$moodleroot.$matches[0]);
}
else{
$file = escapeshellarg($CFG->dataroot.'/'.$resource->course.'/'.$resource->reference);