4889: Remove attempted definition of TR_INCLUDE_PATH issue_4889
authorTJ <acontent@iam.tj>
Mon, 10 Oct 2011 13:05:58 +0000 (14:05 +0100)
committerTJ <acontent@iam.tj>
Wed, 19 Oct 2011 19:11:01 +0000 (20:11 +0100)
include/classes/QTI/QTIImport.class.php

index b50bad6..f54edd2 100644 (file)
@@ -10,7 +10,6 @@
 /* as published by the Free Software Foundation.                        */
 /************************************************************************/
 
-define('TR_INCLUDE_PATH', '../../');
 require_once(TR_INCLUDE_PATH.'classes/testQuestions.class.php');
 require_once(TR_INCLUDE_PATH.'classes/QTI/QTIParser.class.php');       
 require_once(TR_INCLUDE_PATH.'classes/DAO/TestsDAO.class.php');
@@ -303,4 +302,4 @@ class QTIImport {
                }
        }
 }
-?>
\ No newline at end of file
+?>