Skip to content

Commit 460a9b9

Browse files
committed
Minor - updating function documentation
1 parent 3e98811 commit 460a9b9

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

main/inc/lib/fileUpload.lib.php

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1022,15 +1022,15 @@ function search_img_from_html($html_file) {
10221022
* that doesn't already exist
10231023
* (we could use unique_name() here...)
10241024
*
1025-
* @author Hugues Peeters <[email protected]>
1026-
* @author Bert Vanderkimpen
1027-
* @param array $_course current course information
1028-
* @param int $user_id current user id
1029-
* @param string $desiredDirName complete path of the desired name
1030-
* @param string The visible name of the directory
1031-
* @param int Visibility (0 for invisible, 1 for visible, 2 for deleted)
1032-
* @return string actual directory name if it succeeds,
1033-
* boolean false otherwise
1025+
* @author Hugues Peeters <[email protected]>
1026+
* @author Bert Vanderkimpen
1027+
* @param array $_course current course information
1028+
* @param int $user_id current user id
1029+
* @param string $desiredDirName complete path of the desired name
1030+
* @param string The visible name of the directory
1031+
* @param int Visibility (0 for invisible, 1 for visible, 2 for deleted)
1032+
* @return string actual directory name if it succeeds,
1033+
* boolean false otherwise
10341034
*/
10351035
function create_unexisting_directory($_course, $user_id, $session_id, $to_group_id, $to_user_id, $base_work_dir, $desired_dir_name, $title = null, $visibility = '') {
10361036
$nb = '';

0 commit comments

Comments
 (0)