From: Simon H. <sim...@us...> - 2010-10-08 14:27:13
|
Update of /cvsroot/stack/stack-dev/opaque In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv1103/opaque Modified Files: MoodleQuestionList.php Log Message: Fixes keyword filtering in Moodle, bug #3083669. Index: MoodleQuestionList.php =================================================================== RCS file: /cvsroot/stack/stack-dev/opaque/MoodleQuestionList.php,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** MoodleQuestionList.php 30 Sep 2010 16:56:21 -0000 1.10 --- MoodleQuestionList.php 8 Oct 2010 13:38:45 -0000 1.11 *************** *** 158,162 **** $this->db->connect(); ! $questions = $this->db->getListOfQuestions($param['userID'], true, $param['filter'], $param['keywords']); $this->db->disconnect(); --- 158,162 ---- $this->db->connect(); ! $questions = $this->db->getLines($param['userID'], true, $param['filter'], $param['keywords']); $this->db->disconnect(); |