removed mods directory from the ATutor codebase
[atutor.git] / mods / clean_file_storage / module.sql
diff --git a/mods/clean_file_storage/module.sql b/mods/clean_file_storage/module.sql
deleted file mode 100644 (file)
index 124290b..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-# sql file for hello world module\r
-\r
-CREATE TABLE `hello_world` (\r
-   `course_id` mediumint(8) unsigned NOT NULL,\r
-   `value` VARCHAR( 30 ) NOT NULL ,\r
-   PRIMARY KEY ( `course_id` )\r
-);\r
-\r
-INSERT INTO `language_text` VALUES ('en', '_module','clean_file_storage','Clean Up File Storage',NOW(),'');\r
-INSERT INTO `language_text` VALUES ('en', '_msgs','AT_CONFIRM_DELETE_FILES','The listed files will be deleted. Are you sure you want to proceed? <br />%s',NOW(),'');\r
-INSERT INTO `language_text` VALUES ('en', '_msgs','AT_INFOS_NO_FILES','There are no files need to be cleaned up.',NOW(),'');\r