Minor - Flint fixes - refs BT#18279

pull/3757/head
Angel Fernando Quiroz Campos 5 years ago
parent e637f503e1
commit da469f3ce7
  1. 3
      main/gradebook/cli/export_all_certificates.php

@ -7,11 +7,10 @@
* *
* <code>php main/gradebook/cli/export_all_certificated.php COURSE_CODE SESSION_ID CATEGORY_ID [USER_IDS]</code> * <code>php main/gradebook/cli/export_all_certificated.php COURSE_CODE SESSION_ID CATEGORY_ID [USER_IDS]</code>
*/ */
require_once __DIR__.'/../../inc/global.inc.php'; require_once __DIR__.'/../../inc/global.inc.php';
if (PHP_SAPI !== 'cli') { if (PHP_SAPI !== 'cli') {
die(get_lang('NotAllowed')); exit(get_lang('NotAllowed'));
} }
$courseCode = $argv[1]; $courseCode = $argv[1];

Loading…
Cancel
Save