aboutsummaryrefslogtreecommitdiffstats
path: root/include/constants.php
diff options
context:
space:
mode:
authorpatdenice <patdenice@piwigo.org>2010-03-25 10:27:17 +0000
committerpatdenice <patdenice@piwigo.org>2010-03-25 10:27:17 +0000
commit06c7acda4fcc465ee5f7bd29ae47ee380535ba83 (patch)
tree190d28cf8dfaa4487b5e6930dba2cd5a3b917e44 /include/constants.php
parent663be9ca638c12d889036d5143fd6553f2575373 (diff)
Feature 1535: Add languages table.
Ready for theme manager! git-svn-id: http://piwigo.org/svn/trunk@5341 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'include/constants.php')
-rw-r--r--include/constants.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/constants.php b/include/constants.php
index 26bf5b0f1..eb4611f32 100644
--- a/include/constants.php
+++ b/include/constants.php
@@ -104,5 +104,7 @@ if (!defined('OLD_PERMALINKS_TABLE'))
define('OLD_PERMALINKS_TABLE', $prefixeTable.'old_permalinks');
if (!defined('THEMES_TABLE'))
define('THEMES_TABLE', $prefixeTable.'themes');
+if (!defined('LANGUAGES_TABLE'))
+ define('LANGUAGES_TABLE', $prefixeTable.'languages');
?> \ No newline at end of file