source: extensions/LCAS/tags/2.2.4/include/upgradedb.inc.php @ 25774

Last change on this file since 25774 was 25774, checked in by LucMorizur, 10 years ago

Compatibility with Piwigo version 2.6

  • Property svn:eol-style set to LF
File size: 457 bytes
Line 
1<?php
2/**
3 * @author Eric@piwigo.org
4 * @copyright 2011
5 *
6 * Upgrade processes for old plugin version
7 * Called from maintain.inc.php on plugin activation
8 *
9 */
10
11if(!defined('LCAS_PATH'))
12{
13  define('LCAS_PATH' , PHPWG_PLUGINS_PATH.basename(dirname(__FILE__)).'/');
14}
15if (!defined('LCAS_ROOT'))
16{
17  define('LCAS_ROOT', dirname(__FILE__).'/');
18}
19
20include_once (LCAS_PATH.'include/constants.php');
21include_once (LCAS_PATH.'include/functions.inc.php');
22
23?>
Note: See TracBrowser for help on using the repository browser.