From: Simon H. <sim...@us...> - 2010-11-16 19:04:39
|
Update of /cvsroot/stack/stack-dev/opaque In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv7337/opaque Modified Files: Tag: item_state_separation MoodleQuestionDeployment.php Log Message: Implemented reduceToState optimisation. To test. Index: MoodleQuestionDeployment.php =================================================================== RCS file: /cvsroot/stack/stack-dev/opaque/MoodleQuestionDeployment.php,v retrieving revision 1.3.8.1.2.1 retrieving revision 1.3.8.1.2.2 diff -C2 -d -r1.3.8.1.2.1 -r1.3.8.1.2.2 *** MoodleQuestionDeployment.php 9 Nov 2010 16:51:39 -0000 1.3.8.1.2.1 --- MoodleQuestionDeployment.php 16 Nov 2010 19:04:31 -0000 1.3.8.1.2.2 *************** *** 103,107 **** $this->xhtml = ''; ! $this->logger->debug("in MQD constructor: ".print_r($this->param, 1)); $this->deployment = new Deployment($this->param['id'], $this->param['engineID']); } --- 103,107 ---- $this->xhtml = ''; ! //$this->logger->debug("in MQD constructor: ".print_r($this->param, 1)); $this->deployment = new Deployment($this->param['id'], $this->param['engineID']); } |