Subversion Repositories Applications.annuaire

Rev

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

Rev 296 Rev 328
Line 126... Line 126...
126
			'IC_RECU = '.$this->proteger($id_recu).' '.
126
			'IC_RECU = '.$this->proteger($id_recu).' '.
127
			'WHERE IC_ID = '.$this->proteger($id_cotisation);
127
			'WHERE IC_ID = '.$this->proteger($id_cotisation);
Line 128... Line 128...
128
    	
128
    	
Line 129... Line 129...
129
    	$resultat_maj_envoi_num_cotisation = $this->requete($requete_maj_num_recu_cotisation) ;
129
    	$resultat_maj_envoi_num_cotisation = $this->requete($requete_maj_num_recu_cotisation) ;
130
    	
130
    	
Line 131... Line 131...
131
    	return $resultat_maj_envoi_num_cotisation;
131
    	return $id_recu;
Line 132... Line 132...
132
    }
132
    }