From e0319573542293c661c263de30547eeb9c2b7ede Mon Sep 17 00:00:00 2001 From: Andy Staudacher Date: Tue, 24 Feb 2009 05:54:19 +0000 Subject: File structure style fixes --- core/helpers/movie.php | 2 +- core/views/simple_uploader.html.php | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) (limited to 'core') diff --git a/core/helpers/movie.php b/core/helpers/movie.php index 5d64aa1f..9941fcee 100644 --- a/core/helpers/movie.php +++ b/core/helpers/movie.php @@ -108,7 +108,7 @@ class movie_Core { return array($width, $height); } - function extract_frame($input_file, $output_file) { + static function extract_frame($input_file, $output_file) { if (!$ffmpeg = exec("which ffmpeg")) { throw new Exception("@todo MISSING_FFMPEG"); } diff --git a/core/views/simple_uploader.html.php b/core/views/simple_uploader.html.php index ed4fad08..fd06a72c 100644 --- a/core/views/simple_uploader.html.php +++ b/core/views/simple_uploader.html.php @@ -6,10 +6,10 @@ + codebase="http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab"> " /> @@ -18,15 +18,15 @@ " quality="high" bgcolor="#ffffff" - flashVars="" - width="470" height="400" name="" + flashVars="" + width="470" height="400" name="" align="middle" - play="true" - loop="false" - quality="high" - allowScriptAccess="sameDomain" - type="application/x-shockwave-flash" - pluginspage="http://www.adobe.com/go/getflashplayer"> + play="true" + loop="false" + quality="high" + allowScriptAccess="sameDomain" + type="application/x-shockwave-flash" + pluginspage="http://www.adobe.com/go/getflashplayer"> -- cgit v1.2.3