From: <gem...@li...> - 2013-01-31 15:05:12
|
Revision: 1130 http://gemstracker.svn.sourceforge.net/gemstracker/?rev=1130&view=rev Author: mennodekker Date: 2013-01-31 15:05:05 +0000 (Thu, 31 Jan 2013) Log Message: ----------- And another typo in spss export Modified Paths: -------------- trunk/library/classes/Gems/Export/Spss.php Modified: trunk/library/classes/Gems/Export/Spss.php =================================================================== --- trunk/library/classes/Gems/Export/Spss.php 2013-01-31 14:36:17 UTC (rev 1129) +++ trunk/library/classes/Gems/Export/Spss.php 2013-01-31 15:05:05 UTC (rev 1130) @@ -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. |