Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 448 Rev 459
Línea 288... Línea 288...
288
 
288
 
289
                //Check if the form is already registered
289
                //Check if the form is already registered
Línea 290... Línea 290...
290
                $companySelfEvaluationTest = $companySelfEvaluationTestMapper->fetchOneBy($companySelfEvaluationForm->id, $currentUser->id);
290
                $companySelfEvaluationTest = $companySelfEvaluationTestMapper->fetchOneBy($companySelfEvaluationForm->id, $currentUser->id);
291
 
291
 
292
                $result = $companySelfEvaluationTest ?
292
                $result = $companySelfEvaluationTest ?
Línea 293... Línea 293...
293
                        $companySelfEvaluationTestMapper->update($selfEvaluationTest):
293
                        $companySelfEvaluationTestMapper->update($selfEvaluationTest, $companySelfEvaluationTest->id):
294
                        $companySelfEvaluationTestMapper->insert($selfEvaluationTest);
294
                        $companySelfEvaluationTestMapper->insert($selfEvaluationTest);