Browse Source

[svn r21378] Minor - Added documentation

Arthur Portugal 15 years ago
parent
commit
575563e5e3
1 changed files with 5 additions and 2 deletions
  1. 5 2
      main/inc/lib/usermanager.lib.php

+ 5 - 2
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='')
 	{