Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 2066 | Rev 2068 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 2066 Rev 2067
Línea 125... Línea 125...
125
        $values = $hydrator->extract($form);
125
        $values = $hydrator->extract($form);
126
        $values = $this->removeEmpty($values);
126
        $values = $this->removeEmpty($values);
Línea 127... Línea 127...
127
        
127
        
128
        $update = $this->sql->update(self::_TABLE);
128
        $update = $this->sql->update(self::_TABLE);
129
        $update->set($values);
129
        $update->set($values);
130
        $update->where->equalTo('high_performance_team_groups_id ', $form->hptg_id);
130
        $update->where->equalTo('high_performance_team_groups_id', $form->high_performance_team_groups_id );
131
        return $this->executeUpdate($update); 
131
        return $this->executeUpdate($update);