From 0df36370ac12b0aec468186c0eada4c2eb0614e8 Mon Sep 17 00:00:00 2001 From: e107steved Date: Sun, 19 Oct 2008 12:04:04 +0000 Subject: [PATCH] Missed a global in previous commit --- e107_files/shortcode/batch/download_shortcodes.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/e107_files/shortcode/batch/download_shortcodes.php b/e107_files/shortcode/batch/download_shortcodes.php index 9f9977886..a04926685 100644 --- a/e107_files/shortcode/batch/download_shortcodes.php +++ b/e107_files/shortcode/batch/download_shortcodes.php @@ -11,8 +11,8 @@ | GNU General Public License (http://gnu.org). | | $Source: /cvs_backup/e107_0.8/e107_files/shortcode/batch/download_shortcodes.php,v $ -| $Revision: 1.14 $ -| $Date: 2008-10-19 11:35:00 $ +| $Revision: 1.15 $ +| $Date: 2008-10-19 12:04:04 $ | $Author: e107steved $ +----------------------------------------------------------------------------+ */ @@ -281,7 +281,7 @@ else SC_END SC_BEGIN DOWNLOAD_VIEW_FILESIZE -global $dl; +global $dl, $e107; return ($dl['download_filesize']) ? $e107->parseMemorySize($dl['download_filesize']) : ""; SC_END