From c2fa42cf6cf6a2742b2a40ef7fc46f95f7a734f3 Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Sat, 21 Feb 2009 02:28:19 +0000 Subject: Implementation of local import module. Still need work on better status messages. --- .../helpers/local_import_installer.php | 43 ++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 modules/local_import/helpers/local_import_installer.php (limited to 'modules/local_import/helpers/local_import_installer.php') diff --git a/modules/local_import/helpers/local_import_installer.php b/modules/local_import/helpers/local_import_installer.php new file mode 100644 index 00000000..0af35669 --- /dev/null +++ b/modules/local_import/helpers/local_import_installer.php @@ -0,0 +1,43 @@ +delete("vars", array("module_name" => $module->name)); + + module::delete("local_import"); + } +} -- cgit v1.2.3