summaryrefslogtreecommitdiffstats
path: root/inc/templates/adminform.php
diff options
context:
space:
mode:
authorRobin Appelman <icewind1991@gmail.com>2010-07-05 15:31:59 +0200
committerRobin Appelman <icewind1991@gmail.com>2010-07-05 15:31:59 +0200
commitc718716e571b66178e6397b7eb3ec169cc9a5a20 (patch)
tree94e9691c5ebae4e4ea9a44689d355ab6bb108e12 /inc/templates/adminform.php
parenta26ef8784044b72d054c4942598650040b51b18c (diff)
downloadnextcloud-server-c718716e571b66178e6397b7eb3ec169cc9a5a20.tar.gz
nextcloud-server-c718716e571b66178e6397b7eb3ec169cc9a5a20.zip
Do not use table perfix for sqlite
Diffstat (limited to 'inc/templates/adminform.php')
-rwxr-xr-xinc/templates/adminform.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/templates/adminform.php b/inc/templates/adminform.php
index 3adbd04ee73..b962ac6f31b 100755
--- a/inc/templates/adminform.php
+++ b/inc/templates/adminform.php
@@ -28,7 +28,7 @@ function showBackupPath(){
function dbtypechange(){
var dropdown=action=document.getElementById('dbtype');
var type=dropdown.options[dropdown.selectedIndex].value;
- var inputs=Array('dbhost','dbuser','dbpass','dbpass_retype','dbcreaterow','dbAdminPwd','dbAdminUser','dbname','dbfill');
+ var inputs=Array('dbhost','dbuser','dbpass','dbpass_retype','dbcreaterow','dbAdminPwd','dbAdminUser','dbname','dbfill','dbtableprefix');
var id,element;
if(type=='sqlite'){
for(i in inputs){