From f6169047b12346f82aa3214337256b41c595cb8a Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Thu, 26 Feb 2009 16:27:23 +0000 Subject: Fix up add from server: 1) Upload requests are serialized so we don't over load the server or get race conditions occurring. 2) new albums are created based on the file structure of the authorized path that is the source directory. --- modules/local_import/helpers/local_import_theme.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'modules/local_import/helpers/local_import_theme.php') diff --git a/modules/local_import/helpers/local_import_theme.php b/modules/local_import/helpers/local_import_theme.php index d37b8ad3..03c4f179 100644 --- a/modules/local_import/helpers/local_import_theme.php +++ b/modules/local_import/helpers/local_import_theme.php @@ -33,12 +33,12 @@ class local_import_theme_Core { return implode("\n", $head); } - static function head($theme) { - $head[] = ""; + //static function head($theme) { + //$head[] = ""; - $head[] = html::script("modules/local_import/js/local_import.js"); + //$head[] = html::script("modules/local_import/js/local_import.js"); - return implode("\n", $head); - } + //return implode("\n", $head); + //} } \ No newline at end of file -- cgit v1.2.3