Changeset 10858


Ignore:
Timestamp:
May 12, 2011, 3:24:09 PM (13 years ago)
Author:
flop25
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
  • trunk/admin/include/functions_upload.inc.php

    r10653 r10858  
    578578  if ($in_bytes)
    579579  {
    580     $size = convert_shortand_notation_to_bytes($size);
     580    $size = convert_shorthand_notation_to_bytes($size);
    581581  }
    582582 
     
    584584}
    585585
    586 function convert_shortand_notation_to_bytes($value)
     586function convert_shorthand_notation_to_bytes($value)
    587587{
    588588  $suffix = substr($value, -1);
Note: See TracChangeset for help on using the changeset viewer.