Subversion Repositories eFlore/Applications.cel

Rev

Rev 996 | Rev 1308 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 996 Rev 1014
Line 112... Line 112...
112
		$liaisons = array();
112
		$liaisons = array();
113
        if (is_array($resultat_selection_liaison) && count($resultat_selection_liaison) > 0) {
113
        if (is_array($resultat_selection_liaison) && count($resultat_selection_liaison) > 0) {
114
			$liaisons = $resultat_selection_liaison;
114
			$liaisons = $resultat_selection_liaison;
115
        }
115
        }
Line 116... Line 116...
116
 
116
 
117
		$retour_encode = json_encode($liaisons) ;
-
 
118
		header("content-type: application/json") ;
-
 
119
		print $retour_encode ;
117
		$this->envoyerJson($liaisons);
120
		exit() ;
118
		return true;
Line 121... Line 119...
121
	}
119
	}
122
 
120