From: Tim H. <tj...@us...> - 2010-11-29 18:06:59
|
Update of /cvsroot/stack/stack-dev/lib/items In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv26176/lib/items Modified Files: PotentialResponse.php Log Message: More un-quoted strings. Index: PotentialResponse.php =================================================================== RCS file: /cvsroot/stack/stack-dev/lib/items/PotentialResponse.php,v retrieving revision 1.49 retrieving revision 1.50 diff -C2 -d -r1.49 -r1.50 *** PotentialResponse.php 30 Sep 2010 16:56:15 -0000 1.49 --- PotentialResponse.php 29 Nov 2010 18:06:51 -0000 1.50 *************** *** 622,626 **** public function getTrueAN() { ! return $this->trueArray[AnsNote]; } --- 622,626 ---- public function getTrueAN() { ! return $this->trueArray['AnsNote']; } *************** *** 632,636 **** public function getFalseAN() { ! return $this->falseArray[AnsNote]; } --- 632,636 ---- public function getFalseAN() { ! return $this->falseArray['AnsNote']; } |