removed mods directory from the ATutor codebase
[atutor.git] / mods / disclaimer / module.sql
diff --git a/mods/disclaimer/module.sql b/mods/disclaimer/module.sql
deleted file mode 100644 (file)
index 5aa9119..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-CREATE TABLE `DS_agreed_logins` (
-   `login` varchar(30) NOT NULL,
-   PRIMARY KEY ( `login` )
-) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-
-
-INSERT INTO `language_text` VALUES ('en', '_module','disclaimer','Legal Disclaimer',NOW(),'');
-INSERT INTO `language_text` VALUES ('en', '_module','enable_terms_and_conditions','Enable Legal Disclaimer',NOW(),'');
-INSERT INTO `language_text` VALUES ('en', '_module','tac_link','Where to redirect if users do not agree to the legal disclaimer',NOW(),'');
-INSERT INTO `language_text` VALUES ('en', '_module','tac_attention','Before using this Online Learning System, please indicate that you agree with the following terms by clicking on the \"Yes, I Agree\" button located below.',NOW(),'');
-INSERT INTO `language_text` VALUES ('en', '_module','i_agree','Yes, I Agree',NOW(),'');
-INSERT INTO `language_text` VALUES ('en', '_module','i_do_not_agree','No, I do not Agree',NOW(),'');
-INSERT INTO `language_text` VALUES ('en', '_msgs','AT_FEEDBACK_TAC_SAVED','Legal Disclaimer is saved successfully.',NOW(),'');
\ No newline at end of file