[svn r21378] Minor - Added documentation

skala
Arthur Portugal 16 years ago
parent b34dbad178
commit 575563e5e3
  1. 7
      main/inc/lib/usermanager.lib.php

@ -1,4 +1,4 @@
<?php // $Id: usermanager.lib.php 21358 2009-06-10 23:22:34Z aportugal $
<?php // $Id: usermanager.lib.php 21378 2009-06-11 17:33:14Z aportugal $
/*
==============================================================================
Dokeos - elearning and course management software
@ -479,7 +479,10 @@ class UserManager
}
return $user;
}
/** Get the teacher list
* @param int the course ID
* @param array Content the list ID of user_id selected
*/
//for survey
function get_teacher_list($course_id, $sel_teacher='')
{

Loading…
Cancel
Save