From: <gem...@li...> - 2013-01-31 15:15:51
|
Revision: 1131 http://gemstracker.svn.sourceforge.net/gemstracker/?rev=1131&view=rev Author: mennodekker Date: 2013-01-31 15:15:45 +0000 (Thu, 31 Jan 2013) Log Message: ----------- Merged revision(s) 1130 from trunk: And another typo in spss export Modified Paths: -------------- tags/1.5.7/library/classes/Gems/Export/Spss.php Property Changed: ---------------- tags/1.5.7/ tags/1.5.7/library/ Property changes on: tags/1.5.7 ___________________________________________________________________ Modified: svn:mergeinfo - /branches/1.5.0-pulse:306-430,467 /branches/1.5.x:426-455,458-472,475-481 /tags/1.5.0beta1:305 /tags/1.5.1:485,489,509-510 /tags/1.5.3-rc2:612,614,616,618 + /branches/1.5.0-pulse:306-430,467 /branches/1.5.x:426-455,458-472,475-481 /tags/1.5.0beta1:305 /tags/1.5.1:485,489,509-510 /tags/1.5.3-rc2:612,614,616,618 /trunk:1130 Property changes on: tags/1.5.7/library ___________________________________________________________________ Modified: svn:mergeinfo - /branches/1.5.0-pulse/library:306-344,346,467 /branches/1.5.x/library:426-455,458-472,475-481 /branches/newUser:113-150 /branches/newUser2:175-207 /branches/userloader:259-324 /tags/1.5.0beta1/library:305 /tags/1.5.1/library:485,489,509-510,534 /tags/1.5.3-rc2/library:612,614,616,618 /tags/1.5.6-pulse20121012/library:986 + /branches/1.5.0-pulse/library:306-344,346,467 /branches/1.5.x/library:426-455,458-472,475-481 /branches/newUser:113-150 /branches/newUser2:175-207 /branches/userloader:259-324 /tags/1.5.0beta1/library:305 /tags/1.5.1/library:485,489,509-510,534 /tags/1.5.3-rc2/library:612,614,616,618 /tags/1.5.6-pulse20121012/library:986 /trunk/library:1130 Modified: tags/1.5.7/library/classes/Gems/Export/Spss.php =================================================================== --- tags/1.5.7/library/classes/Gems/Export/Spss.php 2013-01-31 15:05:05 UTC (rev 1130) +++ tags/1.5.7/library/classes/Gems/Export/Spss.php 2013-01-31 15:15:45 UTC (rev 1131) @@ -152,7 +152,7 @@ * @param MUtil_Model_ModelAbstract $answerModel The modified answermodel that includes info about extra attributes * @param string $language The language used / to use for the export */ - public function handeExportData($data, $survey, $answers, $answerModel, $language) + public function handleExportData($data, $survey, $answers, $answerModel, $language) { $filename = $survey->getName() . '.dat'; $response = $this->_doHeaders($filename); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |