Changeset 10858 for trunk/admin/include
- Timestamp:
- May 12, 2011, 3:24:09 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/include/functions_upload.inc.php
r10653 r10858 578 578 if ($in_bytes) 579 579 { 580 $size = convert_short and_notation_to_bytes($size);580 $size = convert_shorthand_notation_to_bytes($size); 581 581 } 582 582 … … 584 584 } 585 585 586 function convert_short and_notation_to_bytes($value)586 function convert_shorthand_notation_to_bytes($value) 587 587 { 588 588 $suffix = substr($value, -1);
Note: See TracChangeset
for help on using the changeset viewer.