From: Simon H. <sim...@us...> - 2010-11-18 14:21:23
|
Update of /cvsroot/stack/stack-dev/lib/items In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv5138/lib/items Modified Files: Tag: item_state_separation Item.php Log Message: Index: Item.php =================================================================== RCS file: /cvsroot/stack/stack-dev/lib/items/Item.php,v retrieving revision 1.61.8.3 retrieving revision 1.61.8.4 diff -C2 -d -r1.61.8.3 -r1.61.8.4 *** Item.php 16 Nov 2010 19:04:31 -0000 1.61.8.3 --- Item.php 18 Nov 2010 14:21:15 -0000 1.61.8.4 *************** *** 552,556 **** //unset($this->itemTests); ! /* unset($this->lastUserEditor); unset($this->language); --- 552,556 ---- //unset($this->itemTests); ! unset($this->lastUserEditor); unset($this->language); *************** *** 585,589 **** //unset($this->workedSolution); //*/ ! //unset($this->errorLog); unset($this->questionNote); --- 585,589 ---- //unset($this->workedSolution); //*/ ! unset($this->errorLog); unset($this->questionNote); |