Minor - flint fixes

pull/2688/head
Julio Montoya 7 years ago
parent 50072140b0
commit 8bc6b1cbfe
  1. 1
      main/auth/ldap/syncro_users.php
  2. 6
      main/work/work.lib.php
  3. 2
      plugin/search_course/plugin.php

@ -1,6 +1,5 @@
<?php
require_once '../../inc/global.inc.php';
require_once 'authldap.php';

@ -2829,9 +2829,9 @@ function getStudentSubscribedToWork(
}
/**
* @param int $userId
* @param int $workId
* @param int $courseId
* @param int $userId
* @param int $workId
* @param int $courseId
* @param bool $forceAccessForCourseAdmins
*
* @return bool

@ -1,4 +1,4 @@
<?php
<?php
/**
* @copyright (c) 2011 University of Geneva
* @license GNU General Public License - http://www.gnu.org/copyleft/gpl.html

Loading…
Cancel
Save