Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1488 Rev 1489
Line 20... Line 20...
20
 */
20
 */
Line 21... Line 21...
21
 
21
 
22
define('_LISTE_OBS_MAX_RESULT_LIMIT', 1000);
22
define('_LISTE_OBS_MAX_RESULT_LIMIT', 1000);
23
define('_LISTE_OBS_MAX_ID_OBS', 10e7);
23
define('_LISTE_OBS_MAX_ID_OBS', 10e7);
24
// SELECT MAX(num_taxonomique) FROM bdtfx_v2_00;
24
// SELECT MAX(num_taxonomique) FROM bdtfx_v2_00;
25
define('_LISTE_OBS_MAX_BDTFX_NT', 44378 + 1000);
25
define('_LISTE_OBS_MAX_BDTFX_NT', 1000000); // 44378 + 1000
26
// SELECT MAX(num_nom) FROM bdtfx_v2_00;
26
// SELECT MAX(num_nom) FROM bdtfx_v2_00;
Line 27... Line 27...
27
define('_LISTE_OBS_MAX_BDTFX_NN', 103386 + 10000);
27
define('_LISTE_OBS_MAX_BDTFX_NN', 1000000); // 120816 + 10000
28
 
28
 
29
require_once(dirname(__FILE__) . '/../images/ListeImages2.php');
29
require_once(dirname(__FILE__) . '/../images/ListeImages2.php');
30
/*
30
/*