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>'; </script>';
} }
// Create directory certificates. // Create directory certificates.
DocumentManager::create_directory_certificate_in_course(api_get_course_id()); DocumentManager::create_directory_certificate_in_course(api_get_course_id());

@ -34,7 +34,7 @@
*/ */
// Name of the language file that needs to be included // 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 // Including the global initialization file
require_once '../inc/global.inc.php'; require_once '../inc/global.inc.php';

Loading…
Cancel
Save