Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 6763 Rev 6764
Línea 784... Línea 784...
784
 
784
 
Línea 785... Línea 785...
785
                        $surveyLocationMapper = SurveyLocationMapper::getInstance($this->adapter);
785
                        $surveyLocationMapper = SurveyLocationMapper::getInstance($this->adapter);
Línea -... Línea 786...
-
 
786
    
-
 
787
                        $ok = true;
-
 
788
 
786
    
789
 
787
                        $ok = true;
790
                        $surveyLocationMapper->deleteBySurevy($survey->id);
788
 
791
 
789
                        $formatted_address = $dataPost['formatted_address'];
792
                        $formatted_address = $dataPost['formatted_address'];
790
                        $city1 = $dataPost['city1'];
793
                        $city1 = $dataPost['city1'];
Línea 825... Línea 828...
825
                        $jobDescriptionMapper = JobDescriptionMapper::getInstance($this->adapter);
828
                        $jobDescriptionMapper = JobDescriptionMapper::getInstance($this->adapter);
826
                        $surveyJobDescriptionMapper = SurveyJobDescriptionMapper::getInstance($this->adapter);
829
                        $surveyJobDescriptionMapper = SurveyJobDescriptionMapper::getInstance($this->adapter);
Línea 827... Línea 830...
827
 
830
 
Línea -... Línea 831...
-
 
831
                        $ok = true;
-
 
832
 
-
 
833
 
828
                        $ok = true;
834
                        $surveyJobDescriptionMapper->deleteBySurevy($survey->id);
Línea 829... Línea 835...
829
 
835
 
Línea 906... Línea 912...
906
                         $industryMapper = IndustryMapper::getInstance($this->adapter);
912
                         $industryMapper = IndustryMapper::getInstance($this->adapter);
907
                         $surveyIndustryMapper = SurveyIndustryMapper::getInstance($this->adapter);
913
                         $surveyIndustryMapper = SurveyIndustryMapper::getInstance($this->adapter);
Línea 908... Línea 914...
908
 
914
 
Línea -... Línea 915...
-
 
915
                         $ok = true;
-
 
916
 
909
                         $ok = true;
917
                         $surveyIndustryMapper->deleteBySurevy($survey->id);
Línea 910... Línea 918...
910
 
918
 
Línea 941... Línea 949...
941
 
949
 
Línea 942... Línea 950...
942
                        $surveyLanguageMapper = SurveyLanguageMapper::getInstance($this->adapter);
950
                        $surveyLanguageMapper = SurveyLanguageMapper::getInstance($this->adapter);
Línea -... Línea 951...
-
 
951
 
-
 
952
                        $ok = true;
943
 
953
 
Línea 944... Línea 954...
944
                        $ok = true;
954
                        $surveyLanguageMapper->deleteBySurevy($survey->id);
945
 
955
 
946
                        foreach($dataPost['language_id'] as $language_id) {
956
                        foreach($dataPost['language_id'] as $language_id) {