Go to the source code of this file.
Functions | |
filesetup_compare_title ($x, $y) | |
filesetup_compare_size ($x, $y) | |
filesetup_compare_mimetype ($x, $y) | |
filesetup_compare_mtime ($x, $y) | |
Variables | |
PHP | $page_author = $creator_name |
$page_author_email = $creator_email | |
$page_menu = 1 | |
$page_date = formatTime( time() ) | |
$page_title = i18n("File setup") | |
$setupPage | contents = "<p>" . i18n("The file has been uploaded.") . "</p>" |
filesetup_compare_mimetype | ( | $ | x, | |
$ | y | |||
) |
Definition at line 25 of file filesetup.php.
References arrayColumnCompare().
filesetup_compare_mtime | ( | $ | x, | |
$ | y | |||
) |
Definition at line 26 of file filesetup.php.
References arrayColumnCompare().
filesetup_compare_size | ( | $ | x, | |
$ | y | |||
) |
Definition at line 24 of file filesetup.php.
References arrayColumnCompare().
filesetup_compare_title | ( | $ | x, | |
$ | y | |||
) |
Definition at line 23 of file filesetup.php.
References arrayColumnCompare().
PHP $page_author = $creator_name |
Definition at line 17 of file filesetup.php.
$page_author_email = $creator_email |
Definition at line 18 of file filesetup.php.
$page_date = formatTime( time() ) |
Definition at line 20 of file filesetup.php.
$page_menu = 1 |
Definition at line 19 of file filesetup.php.
$page_title = i18n("File setup") |
Definition at line 21 of file filesetup.php.