Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 1658 Rev 1660
Line 143... Line 143...
143
			header('HTTP/1.0 204 No Content');
143
			header('HTTP/1.0 204 No Content');
144
			exit;
144
			exit;
145
		}
145
		}
Line 146... Line 146...
146
 
146
 
147
		if($parametres_format['format'] == 'pdf') {
147
		if($parametres_format['format'] == 'pdf') {
148
			if(count($observations) > 15) die('too much');
148
			if(count($observations) > 300) die('too much');
Line 149... Line 149...
149
			require_once('GenerateurPDF.php');
149
			require_once('GenerateurPDF.php');
150
 
150
 
151
			$pdf = new GenerateurPDF();
151
			$pdf = new GenerateurPDF();