Commit 23fa9e118ac33f2fa15afeba6d16703920f62b46
1 parent
073ddc62
s/@Return/@return/g
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@250 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
4 changed files
with
29 additions
and
29 deletions
lib/administration/UnitManager.inc
| ... | ... | @@ -264,7 +264,7 @@ class UnitManager { |
| 264 | 264 | * |
| 265 | 265 | * returns an array of all the usernames |
| 266 | 266 | * |
| 267 | - * @Return | |
| 267 | + * @return | |
| 268 | 268 | * an array of usernames |
| 269 | 269 | */ |
| 270 | 270 | //----------------------------------------------------------------- |
| ... | ... | @@ -289,7 +289,7 @@ class UnitManager { |
| 289 | 289 | * |
| 290 | 290 | * Returns an array of all the details for a specified user. |
| 291 | 291 | * |
| 292 | - * @Return | |
| 292 | + * @return | |
| 293 | 293 | * an array of usernames |
| 294 | 294 | */ |
| 295 | 295 | //----------------------------------------------------------------- | ... | ... |
lib/owl.lib.php
| ... | ... | @@ -200,7 +200,7 @@ class Owl_Session { |
| 200 | 200 | * The Session id |
| 201 | 201 | * @param ssessuid |
| 202 | 202 | * The user session id |
| 203 | - * @Return $this | |
| 203 | + * @return $this | |
| 204 | 204 | * Return the session |
| 205 | 205 | * |
| 206 | 206 | */ |
| ... | ... | @@ -669,7 +669,7 @@ function verify_session($sess) { |
| 669 | 669 | * |
| 670 | 670 | * @param $parent |
| 671 | 671 | * The parent id |
| 672 | - * @Return $sql->f("name"); | |
| 672 | + * @return $sql->f("name"); | |
| 673 | 673 | * Return the name of the folder |
| 674 | 674 | */ |
| 675 | 675 | //------------------------------------------------------------- |
| ... | ... | @@ -693,7 +693,7 @@ function fid_to_name($parent) |
| 693 | 693 | * |
| 694 | 694 | * @param $id |
| 695 | 695 | * The file id |
| 696 | - * @Return $sql->f("name"); | |
| 696 | + * @return $sql->f("name"); | |
| 697 | 697 | * Return the name of the file |
| 698 | 698 | */ |
| 699 | 699 | //------------------------------------------------------------- |
| ... | ... | @@ -717,7 +717,7 @@ function flid_to_name($id) |
| 717 | 717 | * |
| 718 | 718 | * @param $id |
| 719 | 719 | * file id |
| 720 | - * @Return $sql->f("name"); | |
| 720 | + * @return $sql->f("name"); | |
| 721 | 721 | * Return the name of the file |
| 722 | 722 | */ |
| 723 | 723 | //------------------------------------------------------------- |
| ... | ... | @@ -739,7 +739,7 @@ function flid_to_filename($id) { |
| 739 | 739 | * |
| 740 | 740 | * @param $userid |
| 741 | 741 | * The user id |
| 742 | - * @Return $groupid | |
| 742 | + * @return $groupid | |
| 743 | 743 | * Return the groupId |
| 744 | 744 | */ |
| 745 | 745 | //------------------------------------------------------------- |
| ... | ... | @@ -786,7 +786,7 @@ function owlfilecreator($fileid) { |
| 786 | 786 | * |
| 787 | 787 | * @param $fileid |
| 788 | 788 | * The file id |
| 789 | - * @Return $foldercreator | |
| 789 | + * @return $foldercreator | |
| 790 | 790 | * Return the creatorid of the folder |
| 791 | 791 | */ |
| 792 | 792 | //------------------------------------------------------------- |
| ... | ... | @@ -810,7 +810,7 @@ function owlfoldercreator($folderid) |
| 810 | 810 | * |
| 811 | 811 | * @param $fileid |
| 812 | 812 | * The file id |
| 813 | - * @Return $filegroup; | |
| 813 | + * @return $filegroup; | |
| 814 | 814 | * Returns the group id of the file group |
| 815 | 815 | */ |
| 816 | 816 | //------------------------------------------------------------- |
| ... | ... | @@ -835,7 +835,7 @@ function owlfilegroup($fileid) |
| 835 | 835 | * |
| 836 | 836 | * @param $folderid |
| 837 | 837 | * The folder id |
| 838 | - * @Return $foldergroup; | |
| 838 | + * @return $foldergroup; | |
| 839 | 839 | * Returns the group id of the folder group |
| 840 | 840 | */ |
| 841 | 841 | //------------------------------------------------------------- |
| ... | ... | @@ -859,7 +859,7 @@ function owlfoldergroup($folderid) { |
| 859 | 859 | * |
| 860 | 860 | * @param $folderid |
| 861 | 861 | * The folder id |
| 862 | - * @Return $folderparent | |
| 862 | + * @return $folderparent | |
| 863 | 863 | * Returns the folderparent of from the folder |
| 864 | 864 | */ |
| 865 | 865 | //------------------------------------------------------------- |
| ... | ... | @@ -884,7 +884,7 @@ function owlfolderparent($folderid) |
| 884 | 884 | * |
| 885 | 885 | * @param $fileid |
| 886 | 886 | * The file id |
| 887 | - * @Return $fileparent | |
| 887 | + * @return $fileparent | |
| 888 | 888 | * Returns the file parent of from the files |
| 889 | 889 | */ |
| 890 | 890 | //------------------------------------------------------------- |
| ... | ... | @@ -908,7 +908,7 @@ function owlfileparent($fileid) |
| 908 | 908 | * |
| 909 | 909 | * @param $id |
| 910 | 910 | * The id |
| 911 | - * @Return $name; | |
| 911 | + * @return $name; | |
| 912 | 912 | * Return the name of the creator |
| 913 | 913 | */ |
| 914 | 914 | //------------------------------------------------------------- |
| ... | ... | @@ -936,7 +936,7 @@ function fid_to_creator($id) { |
| 936 | 936 | * |
| 937 | 937 | * @param $id |
| 938 | 938 | * The id |
| 939 | - * @Return $sql->f("name"); | |
| 939 | + * @return $sql->f("name"); | |
| 940 | 940 | * Return the name of the group |
| 941 | 941 | */ |
| 942 | 942 | //------------------------------------------------------------- |
| ... | ... | @@ -961,7 +961,7 @@ function group_to_name($id) |
| 961 | 961 | * |
| 962 | 962 | * @param $id |
| 963 | 963 | * The id |
| 964 | - * @Return $name | |
| 964 | + * @return $name | |
| 965 | 965 | * Return the name of the user |
| 966 | 966 | */ |
| 967 | 967 | //------------------------------------------------------------- |
| ... | ... | @@ -989,7 +989,7 @@ function uid_to_name($id) |
| 989 | 989 | * |
| 990 | 990 | * @param $id |
| 991 | 991 | * The id |
| 992 | - * @Return prefaccess; | |
| 992 | + * @return prefaccess; | |
| 993 | 993 | * Return the name of the folder |
| 994 | 994 | */ |
| 995 | 995 | //------------------------------------------------------------- |
| ... | ... | @@ -1013,7 +1013,7 @@ function prefaccess($id) { |
| 1013 | 1013 | * |
| 1014 | 1014 | * @param $parent |
| 1015 | 1015 | * The parent id |
| 1016 | - * @Return $Navbar | |
| 1016 | + * @return $Navbar | |
| 1017 | 1017 | * Return the navbar that has been generated |
| 1018 | 1018 | */ |
| 1019 | 1019 | //------------------------------------------------------------- |
| ... | ... | @@ -1043,7 +1043,7 @@ function gen_navbar($parent) |
| 1043 | 1043 | * |
| 1044 | 1044 | * @param $parent |
| 1045 | 1045 | * The parent id |
| 1046 | - * @Return $Navbar; | |
| 1046 | + * @return $Navbar; | |
| 1047 | 1047 | * Return the navbar with directory path |
| 1048 | 1048 | */ |
| 1049 | 1049 | //------------------------------------------------------------- |
| ... | ... | @@ -1073,7 +1073,7 @@ function get_dirpath($parent) { |
| 1073 | 1073 | * |
| 1074 | 1074 | * @param $filesize |
| 1075 | 1075 | * The size of the file |
| 1076 | - * @Return $file_size; | |
| 1076 | + * @return $file_size; | |
| 1077 | 1077 | * Return the rounded off file size |
| 1078 | 1078 | */ |
| 1079 | 1079 | //------------------------------------------------------------- |
| ... | ... | @@ -1111,7 +1111,7 @@ function gen_filesize($file_size) |
| 1111 | 1111 | * |
| 1112 | 1112 | * @param $varname |
| 1113 | 1113 | * The parent id |
| 1114 | - * @Return $sql->f("name"); | |
| 1114 | + * @return $sql->f("name"); | |
| 1115 | 1115 | * Return the name of the folder |
| 1116 | 1116 | */ |
| 1117 | 1117 | //------------------------------------------------------------- |
| ... | ... | @@ -1134,7 +1134,7 @@ function uploadCompat($varname) { |
| 1134 | 1134 | * |
| 1135 | 1135 | * Used to check requirments |
| 1136 | 1136 | * |
| 1137 | - * @Return 1 | |
| 1137 | + * @return 1 | |
| 1138 | 1138 | * Returns 1 |
| 1139 | 1139 | */ |
| 1140 | 1140 | //------------------------------------------------------------- |
| ... | ... | @@ -1169,9 +1169,9 @@ function checkrequirements() |
| 1169 | 1169 | * |
| 1170 | 1170 | * @param $errco |
| 1171 | 1171 | * The error code |
| 1172 | - * @Return ""; | |
| 1172 | + * @return ""; | |
| 1173 | 1173 | * Return empty string |
| 1174 | - * @Return $lines[count($lines)-1] | |
| 1174 | + * @return $lines[count($lines)-1] | |
| 1175 | 1175 | * Returns numba of lines |
| 1176 | 1176 | */ |
| 1177 | 1177 | //------------------------------------------------------------- |
| ... | ... | @@ -1429,7 +1429,7 @@ function printfileperm($currentval, $namevariable, $printmessage, $type) { |
| 1429 | 1429 | * |
| 1430 | 1430 | * @param $ext |
| 1431 | 1431 | * The extension of the file |
| 1432 | - * @Return $sql->f("name"); | |
| 1432 | + * @return $sql->f("name"); | |
| 1433 | 1433 | * Return the name of the folder |
| 1434 | 1434 | */ |
| 1435 | 1435 | //------------------------------------------------------------- | ... | ... |
lib/readhd.php
| ... | ... | @@ -28,9 +28,9 @@ |
| 28 | 28 | * The File/Folder(s) that needs to be retrieved |
| 29 | 29 | * @param $ThePath |
| 30 | 30 | * The Path to Search for the File/Folder(s) |
| 31 | - * @Return $Files | |
| 31 | + * @return $Files | |
| 32 | 32 | * Returns an array of Files that needs to be retrieved |
| 33 | - * @Return $Folders | |
| 33 | + * @return $Folders | |
| 34 | 34 | * Returns an array Folder(s) that needs to be retrieved |
| 35 | 35 | */ |
| 36 | 36 | //------------------------------------------------------------- |
| ... | ... | @@ -88,7 +88,7 @@ function GetFromHD($GetWhat, $ThePath) |
| 88 | 88 | * |
| 89 | 89 | * @param $PathFile |
| 90 | 90 | * The Path to the File |
| 91 | - * @Return $FileInfo | |
| 91 | + * @return $FileInfo | |
| 92 | 92 | * Returns an array with the information of the file |
| 93 | 93 | */ |
| 94 | 94 | //------------------------------------------------------------- |
| ... | ... | @@ -123,7 +123,7 @@ function GetFileInfo($PathFile) { |
| 123 | 123 | * The parent folder id |
| 124 | 124 | * @param $DBTable |
| 125 | 125 | * The DBTable to compare to |
| 126 | - * @Return $RefreshPage | |
| 126 | + * @return $RefreshPage | |
| 127 | 127 | * Return true or false if page needs to be refreshed |
| 128 | 128 | */ |
| 129 | 129 | //------------------------------------------------------------- | ... | ... |
search.php
| ... | ... | @@ -25,7 +25,7 @@ require("./lib/security.lib.php"); |
| 25 | 25 | * |
| 26 | 26 | * @param $parent |
| 27 | 27 | * The parent folder id of the parent folder that needs to be retrieved |
| 28 | - * @Return $path | |
| 28 | + * @return $path | |
| 29 | 29 | * Returns the path of the parent folder |
| 30 | 30 | */ |
| 31 | 31 | //------------------------------------------------------------- | ... | ... |