Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 2250 Rev 2251
Line 144... Line 144...
144
			case 'pdf':
144
			case 'pdf':
145
				$limite = 300;
145
				$limite = 300;
146
				break;
146
				break;
147
		}
147
		}
Line 148... Line 148...
148
 
148
 
149
		return $limite * $facteur_reduction;
149
		return floor($limite * $facteur_reduction);
Line 150... Line 150...
150
	}
150
	}
151
	
151
	
152
	private function getExport() {
152
	private function getExport() {