Procedural File: quota.php
Source Location: /main/document/quota.php
Page Details:
This script displays info about the course disk use and quota: how large (in megabytes) is the documents area of the course, what is the maximum allowed for this course...
Tags:
Includes:
display_quota [line 89]
void display_quota(
$course_quota, $already_consumed_space)
|
|
Here we count 1 kilobyte = 1000 byte, 12 megabyte = 1000 kilobyte.
Parameters
| |
$course_quota |
|
| |
$already_consumed_space |
|
|
|