Browse Source

[svn r13802] Minor comments edit

Yannick Warnier 17 years ago
parent
commit
878f0991ef
1 changed files with 3 additions and 4 deletions
  1. 3 4
      main/dropbox/dropbox_functions.inc.php

+ 3 - 4
main/dropbox/dropbox_functions.inc.php

@@ -23,18 +23,17 @@
 */
 
 /**
-* This file contains additional dropbox functions. Initially there were some functions in the init files also but I have moved them over
+* This file contains additional dropbox functions. Initially there were some 
+* functions in the init files also but I have moved them over
 * to one file 		-- Patrick Cool <patrick.cool@UGent.be>, Ghent University
 */
 
 /**
 * This function is a wrapper function for the multiple actions feature.
-*
+* @return	Mixed	If there is a problem, return a string message, otherwise nothing
 * @author Patrick Cool <patrick.cool@UGent.be>, Ghent University
 * @version march 2006
 */
-
-
 function handle_multiple_actions()
 {
 	global $_user, $is_courseAdmin, $is_courseTutor;