removed mods directory from the ATutor codebase
[atutor.git] / mods / mahara / module.sql
diff --git a/mods/mahara/module.sql b/mods/mahara/module.sql
deleted file mode 100644 (file)
index b46825c..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-# sql file for mahara module\r
-\r
-CREATE TABLE `mahara` (\r
-  `at_login` varchar(20) NOT NULL default '',\r
-  `username` varchar(30) character set latin1 collate latin1_general_ci NOT NULL,\r
-  `password` varchar(40) character set latin1 collate latin1_general_ci NOT NULL,\r
-  PRIMARY KEY  (`at_login`)\r
-) ENGINE=MyISAM DEFAULT CHARSET=utf8;\r
-\r
-\r
-INSERT INTO `config` VALUES ('mahara', '');\r
-\r
-INSERT INTO `language_text` VALUES ('en', '_module','mahara','ePortfolio',NOW(),'');\r
-INSERT INTO `language_text` VALUES ('en', '_module','mahara_location','Enter the full path to your Mahara installation:<br /><div style="font-style: italic;">Example on Windows: C:&#092;webroot&#092;mahara&#092;</div><div style="font-style: italic;">Example on Linux: &#047;usr&#047;local&#047;apache&#047;htdocs&#047;mahara&#047;</div>',NOW(),'');\r
-INSERT INTO `language_text` VALUES ('en', '_module','mahara_new_win','Open Mahara in a New Window',NOW(),'');\r
-INSERT INTO `language_text` VALUES ('en', '_module','mahara_opened','Mahara Opened in a New Window',NOW(),'');\r
-INSERT INTO `language_text` VALUES ('en', '_msgs','AT_FEEDBACK_MAHARA_MINURL_ADD_SAVED','Location of Mahara was successfully saved.',NOW(),'');\r
-INSERT INTO `language_text` VALUES ('en', '_msgs','AT_FEEDBACK_MAHARA_LOGIN','Login to ATutor to access your ePortfolio.',NOW(),'');\r
-INSERT INTO `language_text` VALUES ('en', '_msgs','AT_ERROR_MAHARA_MINURL_ADD_EMPTY','You must enter a path to the location of your Mahara installation.',NOW(),'');\r
-INSERT INTO `language_text` VALUES ('en', '_msgs','AT_ERROR_MAHARA_ERROR_INSTALL','Mahara not installed! Please create config.php from config-dist.php',NOW(),'');\r
-INSERT INTO `language_text` VALUES ('en', '_msgs','AT_ERROR_MAHARA_ERROR_PATH','Unable to detect Mahara installation. Please check the path and make sure Mahara is set up correctly.',NOW(),'');\r