[svn r13802] Minor comments edit

skala
Yannick Warnier 18 years ago
parent bfdf7c687c
commit 878f0991ef
  1. 7
      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;

Loading…
Cancel
Save