From 68952f5eefe2bb77ae9aa3486808fb3fe6e56ffe Mon Sep 17 00:00:00 2001 From: Penny Leach Date: Sun, 18 Jul 2010 14:22:59 +0000 Subject: [PATCH] assignment portfolio support MDL-22001 disable online text portfolio support until text formats is fixed :( --- mod/assignment/type/online/assignment.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/assignment/type/online/assignment.class.php b/mod/assignment/type/online/assignment.class.php index 41cb9c950d3..c2881bcb5ef 100644 --- a/mod/assignment/type/online/assignment.class.php +++ b/mod/assignment/type/online/assignment.class.php @@ -270,7 +270,7 @@ class assignment_online extends assignment_base { } function portfolio_exportable() { - return true; + return false; // not until MDL-22001 is fixed :( } function portfolio_load_data($caller) {