Revision: 325
http://gemstracker.svn.sourceforge.net/gemstracker/?rev=325&view=rev
Author: matijsdejong
Date: 2011-12-01 15:14:59 +0000 (Thu, 01 Dec 2011)
Log Message:
-----------
Removed filter for surveys of other track types.
Modified Paths:
--------------
branches/1.5.0-pulse/library/classes/Gems/Default/TokenPlanAction.php
Modified: branches/1.5.0-pulse/library/classes/Gems/Default/TokenPlanAction.php
===================================================================
--- branches/1.5.0-pulse/library/classes/Gems/Default/TokenPlanAction.php 2011-12-01 14:57:08 UTC (rev 324)
+++ branches/1.5.0-pulse/library/classes/Gems/Default/TokenPlanAction.php 2011-12-01 15:14:59 UTC (rev 325)
@@ -308,7 +308,6 @@
WHERE gsu_active=1 AND
gro_active=1 AND
gtr_active=1 AND
- gtr_track_type='T' AND
INSTR(gtr_organizations, '|$orgId|') > 0";
/* TODO: use this when we can update this list using ajax
if (isset($data['gsu_id_primary_group'])) {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|