]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-14591 - added some debugging to something that isn't implemented to make sure...
authormjollnir_ <mjollnir_>
Tue, 2 Sep 2008 16:37:37 +0000 (16:37 +0000)
committermjollnir_ <mjollnir_>
Tue, 2 Sep 2008 16:37:37 +0000 (16:37 +0000)
mod/data/lib.php

index d23af02cc133167e7fd3b4860d1f76eb64dd747e..e452cf1d4ad462161821541aa93a3291a02d8342 100755 (executable)
@@ -2577,6 +2577,7 @@ class data_portfolio_caller extends portfolio_module_caller_base {
                 // meh, do something special
                 // @todo penny extract the file and put it in the working directory
                 // and write out the filename here. (files api)
+                debugging('FIXME: data module is exporting a field that needs updating to support new files api!');
                 $replacement[] = $field->display_browse_field($this->singlerecord->id, 'singletemplate');
             } else {
                 $replacement[] = $field->display_browse_field($this->singlerecord->id, 'singletemplate');