Changeset 10859

Show
Ignore:
Timestamp:
05/12/11 15:33:53 (2 years ago)
Author:
flop25
Message:

merge 10858
Message:
bug:2292
Fixed the spelling of a function name.
convert_shortand_to_bytes into
convert_shorthand_to_bytes

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/2.2/admin/include/functions_upload.inc.php

    r10384 r10859  
    770770  if ($in_bytes) 
    771771  { 
    772     $size = convert_shortand_notation_to_bytes($size); 
     772    $size = convert_shorthand_notation_to_bytes($size); 
    773773  } 
    774774   
     
    776776} 
    777777 
    778 function convert_shortand_notation_to_bytes($value) 
     778function convert_shorthand_notation_to_bytes($value) 
    779779{ 
    780780  $suffix = substr($value, -1);