Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 1155 Rev 1156
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
                                'uuid' => $rows->uuid,
224
                                'uuid' => $behavior->uuid,
225
                                'description' => $behavior->description,
225
                                'description' => $behavior->description,
226
                                'level' => 0
226
                                'level' => 0
227
                            ]);
227
                            ]);
Línea 583... Línea 583...
583
                        
583
                        
Línea 584... Línea 584...
584
                        $behavior = $behaviorMapper->fetchOne($rows->behavior_id);
584
                        $behavior = $behaviorMapper->fetchOne($rows->behavior_id);
585
 
585
 
586
                        if ($behavior) {
586
                        if ($behavior) {
587
                            array_push($behaviors, [
587
                            array_push($behaviors, [
588
                                'uuid' => $rows->uuid,
588
                                'uuid' => $behavior->uuid,
589
                                'description' => $behavior->description,
589
                                'description' => $behavior->description,
590
                                'level' => 0
590
                                'level' => 0
591
                            ]);
591
                            ]);