Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 6778 Rev 6779
Línea 778... Línea 778...
778
                    $jobDescription = new SurveyJobDescription();
778
                    $jobDescription = new SurveyJobDescription();
779
                    $skill = new SurveySkill();
779
                    $skill = new SurveySkill();
780
                    $industry = new SurveyIndustry();
780
                    $industry = new SurveyIndustry();
781
                    $language = new SurveyLanguage();
781
                    $language = new SurveyLanguage();
Línea -... Línea 782...
-
 
782
 
-
 
783
                    $surveyLocationMapper->deleteBySurevy($survey->id);
782
 
784
 
Línea 783... Línea 785...
783
                    if(!empty($dataPost['location_search'])){ 
785
                    if(!empty($dataPost['location_search'])){ 
Línea 784... Línea 786...
784
 
786
 
Línea 785... Línea -...
785
                        $surveyLocationMapper = SurveyLocationMapper::getInstance($this->adapter);
-
 
786
    
-
 
787
                        $ok = true;
-
 
788
 
787
                        $surveyLocationMapper = SurveyLocationMapper::getInstance($this->adapter);
789
 
788
    
790
                        $surveyLocationMapper->deleteBySurevy($survey->id);
789
                        $ok = true;
791
 
790
 
792
                        $formatted_address = $dataPost['formatted_address'];
791
                        $formatted_address = $dataPost['formatted_address'];