Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 1156 Rev 1180
Línea 219... Línea 219...
219
                        
219
                        
Línea 220... Línea 220...
220
                        $behavior = $behaviorMapper->fetchOne($rows->behavior_id);
220
                        $behavior = $behaviorMapper->fetchOne($rows->behavior_id);
221
 
221
 
222
                        if ($behavior) {
222
                        if ($behavior) {
-
 
223
                            array_push($behaviors, [
223
                            array_push($behaviors, [
224
                                'behavior_id' => $behavior->uuid,
224
                                'uuid' => $behavior->uuid,
225
                                'competency_id' => $record->uuid,
225
                                'description' => $behavior->description,
226
                                'description' => $behavior->description,
226
                                'level' => 0
227
                                'level' => 0
227
                            ]);
228
                            ]);
Línea 583... Línea 584...
583
                        
584
                        
Línea 584... Línea 585...
584
                        $behavior = $behaviorMapper->fetchOne($rows->behavior_id);
585
                        $behavior = $behaviorMapper->fetchOne($rows->behavior_id);
585
 
586
 
586
                        if ($behavior) {
587
                        if ($behavior) {
-
 
588
                            array_push($behaviors, [
587
                            array_push($behaviors, [
589
                                'behavior_id' => $behavior->uuid,
588
                                'uuid' => $behavior->uuid,
590
                                'competency_id' => $record->uuid,
589
                                'description' => $behavior->description,
591
                                'description' => $behavior->description,
590
                                'level' => 0
592
                                'level' => 0
591
                            ]);
593
                            ]);