]> git.mjollnir.org Git - moodle.git/commitdiff
added FIX ME notice for inclusion of format.php
authorskodak <skodak>
Sat, 22 Apr 2006 17:21:21 +0000 (17:21 +0000)
committerskodak <skodak>
Sat, 22 Apr 2006 17:21:21 +0000 (17:21 +0000)
lib/questionlib.php

index 75a044a45456896e9bad4d0bd5f76f29fe47bb11..b06699d7b580d8c4809ee058f36b22830ab95a0b 100644 (file)
@@ -1602,6 +1602,7 @@ function get_import_export_formats( $type ) {
     $fileformats = get_list_of_plugins("question/format");
 
     $fileformatname=array();
+    //FIX ME: this is confusing and may not always work, better use absolute path instead
     require_once( "format.php" );
     foreach ($fileformats as $key => $fileformat) {
         $format_file = $CFG->dirroot . "/question/format/$fileformat/format.php";