Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 7300 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 7300 Rev 7328
Línea 89... Línea 89...
89
        $select->where->equalTo('status', SurveyCampaign::STATUS_ACTIVE);
89
        $select->where->equalTo('status', SurveyCampaign::STATUS_ACTIVE);
90
        $select->order('id');
90
        $select->order('id');
Línea 91... Línea 91...
91
        
91
        
92
        return $this->executeFetchAllObject($select, $prototype);
92
        return $this->executeFetchAllObject($select, $prototype);
-
 
93
    }
Línea 93... Línea 94...
93
    }
94
 
94
    
95
    
95
    
96