mirror of
https://github.com/moodle/moodle.git
synced 2025-08-10 03:16:42 +02:00
MDL-45618 Fix @since PHPdoc tags.
This commit is contained in:
parent
a929fd50f9
commit
5bcfd504df
110 changed files with 191 additions and 191 deletions
|
@ -541,7 +541,7 @@ function file_get_draft_area_info($draftitemid, $filepath = '/') {
|
|||
* @param int $newfilesize the size that would be added to the current area.
|
||||
* @param bool $includereferences true to include the size of the references in the area size.
|
||||
* @return bool true if the area will/has exceeded its limit.
|
||||
* @since 2.4
|
||||
* @since Moodle 2.4
|
||||
*/
|
||||
function file_is_draft_area_limit_reached($draftitemid, $areamaxbytes, $newfilesize = 0, $includereferences = false) {
|
||||
if ($areamaxbytes != FILE_AREA_MAX_BYTES_UNLIMITED) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue