diff options
author | Klap-in <klapinklapin@gmail.com> | 2013-06-09 21:22:12 +0200 |
---|---|---|
committer | Klap-in <klapinklapin@gmail.com> | 2013-06-09 21:22:12 +0200 |
commit | 9b6fa49c06b538c53c9cf3e404ade82d6c003f79 (patch) | |
tree | 68771b589052382f9e4824bf3a4857f5648fdf3d /lib/plugins/authmysql/conf | |
parent | a38a6f25d7e46f47a8f358bb16c766f5b96dae45 (diff) | |
parent | 62765857f84626449d6c53b1a46c462a37e5083a (diff) | |
download | rpg-9b6fa49c06b538c53c9cf3e404ade82d6c003f79.tar.gz rpg-9b6fa49c06b538c53c9cf3e404ade82d6c003f79.tar.bz2 |
Merge remote-tracking branch 'origin/master' into fetchimagetokexternal
Diffstat (limited to 'lib/plugins/authmysql/conf')
-rw-r--r-- | lib/plugins/authmysql/conf/default.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/plugins/authmysql/conf/default.php b/lib/plugins/authmysql/conf/default.php index 647f3d96c..427bea273 100644 --- a/lib/plugins/authmysql/conf/default.php +++ b/lib/plugins/authmysql/conf/default.php @@ -7,7 +7,7 @@ $conf['password'] = ''; $conf['database'] = ''; $conf['debug'] = 0; $conf['forwardClearPass'] = 0; -$conf['TablesToLock'] = ''; +$conf['TablesToLock'] = array(); $conf['checkPass'] = ''; $conf['getUserInfo'] = ''; $conf['getGroups'] = ''; |