Subversion Repositories Applications.referentiel

Rev

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

Rev 150 Rev 151
Line 1510... Line 1510...
1510
		
1510
		
1511
		$this->traiterResultatTest($info);
1511
		$this->traiterResultatTest($info);
Line 1512... Line 1512...
1512
	}
1512
	}
1513
	
1513
	
1514
	private function remonterClassif($nom) {
1514
	private function remonterClassif($nom) {
1515
		if (is_int($nom['num_tax_sup'])) {
1515
		if (preg_match('/^[0-9]*$/',$nom['num_tax_sup'])) {
1516
			if (!isset($this->noms[$nom['num_tax_sup']]) && $nom['num_tax_sup'] == '0') {
1516
			if (!isset($this->noms[$nom['num_tax_sup']]) && $nom['num_tax_sup'] == '0') {
1517
				return true;
1517
				return true;
1518
			} else if (!isset($this->noms[$nom['num_tax_sup']]) && $nom['num_tax_sup'] != '0') {
1518
			} else if (!isset($this->noms[$nom['num_tax_sup']]) && $nom['num_tax_sup'] != '0') {