From: mjollnir_ <mjollnir_>
Date: Tue, 2 Sep 2008 16:37:37 +0000 (+0000)
Subject: MDL-14591 - added some debugging to something that isn't implemented to make sure... 
X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=988fc255464606ee7d1dab36a35accc1275b6d9a;p=moodle.git

MDL-14591 - added some debugging to something that isn't implemented to make sure it gets fixed later
---

diff --git a/mod/data/lib.php b/mod/data/lib.php
index d23af02cc1..e452cf1d4a 100755
--- a/mod/data/lib.php
+++ b/mod/data/lib.php
@@ -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');