Minor - format code

1.9.x
Julio Montoya 11 years ago
parent b6b54d5bc2
commit 8f8c35bae4
  1. 1
      main/document/document.php
  2. 2
      main/document/upload.php

@ -93,7 +93,6 @@ if ($capturePluginInstalled) {
});
</script>';
}
// Create directory certificates.
DocumentManager::create_directory_certificate_in_course(api_get_course_id());

@ -34,7 +34,7 @@
*/
// Name of the language file that needs to be included
$language_file = array('document','gradebook');
$language_file = array('document', 'gradebook');
// Including the global initialization file
require_once '../inc/global.inc.php';

Loading…
Cancel
Save