removed mods directory from the ATutor codebase
[atutor.git] / mods / fha_student_tools / module_install.php
diff --git a/mods/fha_student_tools/module_install.php b/mods/fha_student_tools/module_install.php
deleted file mode 100644 (file)
index 104ffda..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-<?php\r
-if (!defined('AT_INCLUDE_PATH')) { exit; }\r
-\r
-$_course_privilege = AT_PRIV_ADMIN; // possible values: FALSE | AT_PRIV_ADMIN | TRUE\r
-$_admin_privilege  = FALSE; // possible values: FALSE | TRUE\r
-\r
-\r
-if (!$msg->containsErrors() && file_exists(dirname(__FILE__) . '/module.sql')) {\r
-       // deal with the SQL file:\r
-       require(AT_INCLUDE_PATH . 'classes/sqlutility.class.php');\r
-       $sqlUtility =& new SqlUtility();\r
-\r
-       $sqlUtility->queryFromFile(dirname(__FILE__) . '/module.sql', TABLE_PREFIX);\r
-}\r
-\r
-?>
\ No newline at end of file