PD MODIFIED2

This commit is contained in:
velz 2018-10-03 13:12:11 +05:30
parent 58cc885f21
commit 58cc0cb2b6

View File

@ -187,6 +187,6 @@ class PD_Model extends SPARQ_Model {
*/ */
public function getPDQuestionAnswers($pdid) public function getPDQuestionAnswers($pdid)
{ {
return array();
} }
} }