From 4f24a5f5930472fa23265228e5d7a6605b74ade2 Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Fri, 10 Jul 2009 08:01:53 -0700 Subject: Move the dynamic module to gallery3-contrib --- modules/dynamic/helpers/dynamic_installer.php | 46 --------------------------- 1 file changed, 46 deletions(-) delete mode 100644 modules/dynamic/helpers/dynamic_installer.php (limited to 'modules/dynamic/helpers/dynamic_installer.php') diff --git a/modules/dynamic/helpers/dynamic_installer.php b/modules/dynamic/helpers/dynamic_installer.php deleted file mode 100644 index 66d6298d..00000000 --- a/modules/dynamic/helpers/dynamic_installer.php +++ /dev/null @@ -1,46 +0,0 @@ - false, - "limit" => null, - "description" => "", - "key_field" => "view_count", - "title" => t("Most Viewed")))); - module::set_var("dynamic", "updates", - serialize((object)array("enabled" => false, - "limit" => null, - "description" => "", - "key_field" => "created", - "title" => t("Recent Changes")))); - module::set_version("dynamic", 1); - } - } - - static function upgrade($version) { - } - - static function uninstall() { - /* @todo Put database table drops here */ - module::delete("dynamic"); - } -} -- cgit v1.2.3