diff --git a/lib/administration/UnitManager.inc b/lib/administration/UnitManager.inc index e35bf4f..cd04bed 100644 --- a/lib/administration/UnitManager.inc +++ b/lib/administration/UnitManager.inc @@ -264,7 +264,7 @@ class UnitManager { * * returns an array of all the usernames * - * @Return + * @return * an array of usernames */ //----------------------------------------------------------------- @@ -289,7 +289,7 @@ class UnitManager { * * Returns an array of all the details for a specified user. * - * @Return + * @return * an array of usernames */ //----------------------------------------------------------------- diff --git a/lib/owl.lib.php b/lib/owl.lib.php index 50525ed..d0ee61b 100755 --- a/lib/owl.lib.php +++ b/lib/owl.lib.php @@ -200,7 +200,7 @@ class Owl_Session { * The Session id * @param ssessuid * The user session id - * @Return $this + * @return $this * Return the session * */ @@ -669,7 +669,7 @@ function verify_session($sess) { * * @param $parent * The parent id - * @Return $sql->f("name"); + * @return $sql->f("name"); * Return the name of the folder */ //------------------------------------------------------------- @@ -693,7 +693,7 @@ function fid_to_name($parent) * * @param $id * The file id - * @Return $sql->f("name"); + * @return $sql->f("name"); * Return the name of the file */ //------------------------------------------------------------- @@ -717,7 +717,7 @@ function flid_to_name($id) * * @param $id * file id - * @Return $sql->f("name"); + * @return $sql->f("name"); * Return the name of the file */ //------------------------------------------------------------- @@ -739,7 +739,7 @@ function flid_to_filename($id) { * * @param $userid * The user id - * @Return $groupid + * @return $groupid * Return the groupId */ //------------------------------------------------------------- @@ -786,7 +786,7 @@ function owlfilecreator($fileid) { * * @param $fileid * The file id - * @Return $foldercreator + * @return $foldercreator * Return the creatorid of the folder */ //------------------------------------------------------------- @@ -810,7 +810,7 @@ function owlfoldercreator($folderid) * * @param $fileid * The file id - * @Return $filegroup; + * @return $filegroup; * Returns the group id of the file group */ //------------------------------------------------------------- @@ -835,7 +835,7 @@ function owlfilegroup($fileid) * * @param $folderid * The folder id - * @Return $foldergroup; + * @return $foldergroup; * Returns the group id of the folder group */ //------------------------------------------------------------- @@ -859,7 +859,7 @@ function owlfoldergroup($folderid) { * * @param $folderid * The folder id - * @Return $folderparent + * @return $folderparent * Returns the folderparent of from the folder */ //------------------------------------------------------------- @@ -884,7 +884,7 @@ function owlfolderparent($folderid) * * @param $fileid * The file id - * @Return $fileparent + * @return $fileparent * Returns the file parent of from the files */ //------------------------------------------------------------- @@ -908,7 +908,7 @@ function owlfileparent($fileid) * * @param $id * The id - * @Return $name; + * @return $name; * Return the name of the creator */ //------------------------------------------------------------- @@ -936,7 +936,7 @@ function fid_to_creator($id) { * * @param $id * The id - * @Return $sql->f("name"); + * @return $sql->f("name"); * Return the name of the group */ //------------------------------------------------------------- @@ -961,7 +961,7 @@ function group_to_name($id) * * @param $id * The id - * @Return $name + * @return $name * Return the name of the user */ //------------------------------------------------------------- @@ -989,7 +989,7 @@ function uid_to_name($id) * * @param $id * The id - * @Return prefaccess; + * @return prefaccess; * Return the name of the folder */ //------------------------------------------------------------- @@ -1013,7 +1013,7 @@ function prefaccess($id) { * * @param $parent * The parent id - * @Return $Navbar + * @return $Navbar * Return the navbar that has been generated */ //------------------------------------------------------------- @@ -1043,7 +1043,7 @@ function gen_navbar($parent) * * @param $parent * The parent id - * @Return $Navbar; + * @return $Navbar; * Return the navbar with directory path */ //------------------------------------------------------------- @@ -1073,7 +1073,7 @@ function get_dirpath($parent) { * * @param $filesize * The size of the file - * @Return $file_size; + * @return $file_size; * Return the rounded off file size */ //------------------------------------------------------------- @@ -1111,7 +1111,7 @@ function gen_filesize($file_size) * * @param $varname * The parent id - * @Return $sql->f("name"); + * @return $sql->f("name"); * Return the name of the folder */ //------------------------------------------------------------- @@ -1134,7 +1134,7 @@ function uploadCompat($varname) { * * Used to check requirments * - * @Return 1 + * @return 1 * Returns 1 */ //------------------------------------------------------------- @@ -1169,9 +1169,9 @@ function checkrequirements() * * @param $errco * The error code - * @Return ""; + * @return ""; * Return empty string - * @Return $lines[count($lines)-1] + * @return $lines[count($lines)-1] * Returns numba of lines */ //------------------------------------------------------------- @@ -1429,7 +1429,7 @@ function printfileperm($currentval, $namevariable, $printmessage, $type) { * * @param $ext * The extension of the file - * @Return $sql->f("name"); + * @return $sql->f("name"); * Return the name of the folder */ //------------------------------------------------------------- diff --git a/lib/readhd.php b/lib/readhd.php index e8215af..e79d350 100755 --- a/lib/readhd.php +++ b/lib/readhd.php @@ -28,9 +28,9 @@ * The File/Folder(s) that needs to be retrieved * @param $ThePath * The Path to Search for the File/Folder(s) - * @Return $Files + * @return $Files * Returns an array of Files that needs to be retrieved - * @Return $Folders + * @return $Folders * Returns an array Folder(s) that needs to be retrieved */ //------------------------------------------------------------- @@ -88,7 +88,7 @@ function GetFromHD($GetWhat, $ThePath) * * @param $PathFile * The Path to the File - * @Return $FileInfo + * @return $FileInfo * Returns an array with the information of the file */ //------------------------------------------------------------- @@ -123,7 +123,7 @@ function GetFileInfo($PathFile) { * The parent folder id * @param $DBTable * The DBTable to compare to - * @Return $RefreshPage + * @return $RefreshPage * Return true or false if page needs to be refreshed */ //------------------------------------------------------------- diff --git a/search.php b/search.php index 4f31171..3432cad 100755 --- a/search.php +++ b/search.php @@ -25,7 +25,7 @@ require("./lib/security.lib.php"); * * @param $parent * The parent folder id of the parent folder that needs to be retrieved - * @Return $path + * @return $path * Returns the path of the parent folder */ //-------------------------------------------------------------