Removed table prefix setting from config.php
This commit is contained in:
parent
9c89bbd2b4
commit
db15772520
1 changed files with 0 additions and 1 deletions
|
@ -35,7 +35,6 @@ class Config {
|
||||||
const DB_NAME = '';
|
const DB_NAME = '';
|
||||||
const DB_USERNAME = '';
|
const DB_USERNAME = '';
|
||||||
const DB_PASSWORD = '';
|
const DB_PASSWORD = '';
|
||||||
const TABLE_PREFIX = '';
|
|
||||||
|
|
||||||
// ------------------------------------------------------------------------
|
// ------------------------------------------------------------------------
|
||||||
// Google Calendar Sync
|
// Google Calendar Sync
|
||||||
|
|
Loading…
Reference in a new issue