Subversion Repositories eFlore/Applications.cel

Rev

Rev 2937 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2937 Rev 2938
Line 37... Line 37...
37
		try {
37
		try {
38
			switch ($cmd) {
38
			switch ($cmd) {
39
				case 'tout' :
39
				case 'tout' :
40
					$this->supprimerRetourLigne();
40
					$this->supprimerRetourLigne();
41
					$this->supprimerAntislash();
41
					$this->supprimerAntislash();
42
					$this->supprimerGuillement();
42
					$this->supprimerGuillemet();
43
					$this->unifierNomReferentiel();
43
					$this->unifierNomReferentiel();
44
					$this->unifierCertitude();
44
					$this->unifierCertitude();
45
					$this->verifierGeodatum();
45
					$this->verifierGeodatum();
46
					$this->unifierNull();
46
					$this->unifierNull();
47
					break;
47
					break;