Fixed a bug with old Lychee installations

This commit is contained in:
Tobias Reich 2014-09-04 21:22:58 +02:00
parent 815606fc66
commit 4d74507b06
2 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,7 @@ if (!file_exists(LYCHEE_CONFIG_FILE)) exit('Error 001: Configuration not found.
require(LYCHEE_CONFIG_FILE);
# Define the table prefix
if (!isset($dbTablePrefix)) $dbTablePrefix = '';
defineTablePrefix($dbTablePrefix);
# Show separator

View File

@ -23,6 +23,7 @@ if (!file_exists(LYCHEE_CONFIG_FILE)) exit('Error 001: Configuration not found.
require(LYCHEE_CONFIG_FILE);
# Define the table prefix
if (!isset($dbTablePrefix)) $dbTablePrefix = '';
defineTablePrefix($dbTablePrefix);
# Declare