Changeset 10859 for branches


Ignore:
Timestamp:
May 12, 2011, 3:33:53 PM (13 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

File:
1 edited

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);
Note: See TracChangeset for help on using the changeset viewer.