|
From: <gem...@li...> - 2013-02-20 16:12:29
|
Revision: 1150
http://sourceforge.net/p/gemstracker/code/1150
Author: michieltcs
Date: 2013-02-20 16:12:24 +0000 (Wed, 20 Feb 2013)
Log Message:
-----------
Fix multiple tables of same survey even if groupsurveys is true
Modified Paths:
--------------
trunk/library/classes/Gems/Export/RespondentExport.php
Modified: trunk/library/classes/Gems/Export/RespondentExport.php
===================================================================
--- trunk/library/classes/Gems/Export/RespondentExport.php 2013-02-20 15:16:59 UTC (rev 1149)
+++ trunk/library/classes/Gems/Export/RespondentExport.php 2013-02-20 16:12:24 UTC (rev 1150)
@@ -186,6 +186,7 @@
// as the snippet takes care of showing the other tokens
if (!isset($surveys[$token->getSurveyId()])) {
$showToken = true;
+ $surveys[$token->getSurveyId()] = 1;
}
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|