Fixed a bug with old Lychee installations
This commit is contained in:
parent
815606fc66
commit
4d74507b06
@ -26,6 +26,7 @@ if (!file_exists(LYCHEE_CONFIG_FILE)) exit('Error 001: Configuration not found.
|
|||||||
require(LYCHEE_CONFIG_FILE);
|
require(LYCHEE_CONFIG_FILE);
|
||||||
|
|
||||||
# Define the table prefix
|
# Define the table prefix
|
||||||
|
if (!isset($dbTablePrefix)) $dbTablePrefix = '';
|
||||||
defineTablePrefix($dbTablePrefix);
|
defineTablePrefix($dbTablePrefix);
|
||||||
|
|
||||||
# Show separator
|
# Show separator
|
||||||
|
@ -23,6 +23,7 @@ if (!file_exists(LYCHEE_CONFIG_FILE)) exit('Error 001: Configuration not found.
|
|||||||
require(LYCHEE_CONFIG_FILE);
|
require(LYCHEE_CONFIG_FILE);
|
||||||
|
|
||||||
# Define the table prefix
|
# Define the table prefix
|
||||||
|
if (!isset($dbTablePrefix)) $dbTablePrefix = '';
|
||||||
defineTablePrefix($dbTablePrefix);
|
defineTablePrefix($dbTablePrefix);
|
||||||
|
|
||||||
# Declare
|
# Declare
|
||||||
|
Loading…
Reference in New Issue
Block a user