assignment portfolio support MDL-22001 disable online text portfolio support until text formats is fixed :(

This commit is contained in:
Penny Leach
2010-07-18 14:22:59 +00:00
parent c908995f81
commit 68952f5eef
@@ -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) {