From: <gem...@li...> - 2011-11-01 14:16:24
|
Revision: 161 http://gemstracker.svn.sourceforge.net/gemstracker/?rev=161&view=rev Author: mennodekker Date: 2011-11-01 14:16:18 +0000 (Tue, 01 Nov 2011) Log Message: ----------- Doc fix and minor optimization Modified Paths: -------------- trunk/library/classes/Gems/Tracker/Source/LimeSurvey1m9Database.php trunk/library/classes/GemsEscort.php Modified: trunk/library/classes/Gems/Tracker/Source/LimeSurvey1m9Database.php =================================================================== --- trunk/library/classes/Gems/Tracker/Source/LimeSurvey1m9Database.php 2011-11-01 14:03:23 UTC (rev 160) +++ trunk/library/classes/Gems/Tracker/Source/LimeSurvey1m9Database.php 2011-11-01 14:16:18 UTC (rev 161) @@ -191,7 +191,7 @@ */ protected function _getSid($surveyId) { - return $this->getSurveyData($surveyId, 'gsu_surveyor_id'); + return $this->tracker->getSurvey($surveyId)->getSourceSurveyId(); } /** Modified: trunk/library/classes/GemsEscort.php =================================================================== --- trunk/library/classes/GemsEscort.php 2011-11-01 14:03:23 UTC (rev 160) +++ trunk/library/classes/GemsEscort.php 2011-11-01 14:16:18 UTC (rev 161) @@ -329,7 +329,7 @@ * * Use $this->project to access afterwards * - * @return Zend_View + * @return ArrayObject */ protected function _initProject() { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |