[svn r15288] accents are now kept in step name and first letter is uppercase (FS#2534)

skala
Eric Marguin 18 years ago
parent 64fbfa57b5
commit 36ee06f1ea
  1. 2
      main/newscorm/openoffice_document.class.php

@ -104,7 +104,7 @@ abstract class OpenofficeDocument extends learnpath {
}
// create lp
$this->lp_id = learnpath::add_lp($_course['id'], $this->file_name,'','guess','manual');
$this->lp_id = learnpath::add_lp($_course['id'], ucfirst(pathinfo($file['name'], PATHINFO_FILENAME)),'','guess','manual');
// call to the function implemented by child following action_after_conversion parameter
switch ($action_after_conversion)

Loading…
Cancel
Save