From b658b845449a243203fa13550d3e89e86c201762 Mon Sep 17 00:00:00 2001 From: flop25 Date: Thu, 12 May 2011 13:24:09 +0000 Subject: bug:2292 Fixed the spelling of a function name. convert_shortand_to_bytes into convert_shorthand_to_bytes git-svn-id: http://piwigo.org/svn/trunk@10858 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/include/functions_upload.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'admin/include/functions_upload.inc.php') diff --git a/admin/include/functions_upload.inc.php b/admin/include/functions_upload.inc.php index 8cfa995c8..c43806504 100644 --- a/admin/include/functions_upload.inc.php +++ b/admin/include/functions_upload.inc.php @@ -577,13 +577,13 @@ function get_ini_size($ini_key, $in_bytes=true) if ($in_bytes) { - $size = convert_shortand_notation_to_bytes($size); + $size = convert_shorthand_notation_to_bytes($size); } return $size; } -function convert_shortand_notation_to_bytes($value) +function convert_shorthand_notation_to_bytes($value) { $suffix = substr($value, -1); $multiply_by = null; -- cgit v1.2.3