Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1939 Rev 1940
Line 12... Line 12...
12
 * @copyright  1999-2014 Tela Botanica <accueil@tela-botanica.org>
12
 * @copyright  1999-2014 Tela Botanica <accueil@tela-botanica.org>
13
 */
13
 */
14
class Maintenance extends DelScript {
14
class Maintenance extends DelScript {
Line 15... Line 15...
15
 
15
 
16
	private $tables_referentiel = array(
16
	private $tables_referentiel = array(
17
				'bdtfx' => 'tb_eflore.bdtfx_v2_01',
17
				'bdtfx' => 'tb_eflore_test.bdtfx_v2_01',
18
				'bdtxa' => 'tb_eflore.bdtxa_v1_01',
18
				'bdtxa' => 'tb_eflore_test.bdtxa_v1_01',
19
				'apd'	=> 'tb_eflore.apd_v3_4_0'	
19
				'apd'	=> 'tb_eflore_test.apd_v3_4_0'	
Line 20... Line 20...
20
		);
20
		);
21
	
21
	
22
	public function __construct($conteneur) {
22
	public function __construct($conteneur) {