// Merge -> revision 8734

This commit is contained in:
rMalie
2011-09-23 14:06:47 +00:00
parent dc957d3d3a
commit 1d44d06528
4 changed files with 20 additions and 12 deletions
+1 -1
View File
@@ -372,7 +372,7 @@ function verifyDbAccess ()
+"&password="+encodeURIComponent($("#dbPassword").val())
+"&engine="+$("#dbEngine option:selected").val()
+ "&name=" + $("#dbName").val()
+ "&tablePrefix=" + $("#db_prefix").val(),
+ "&tablePrefix=" + encodeURIComponent($("#db_prefix").val()),
success: function(ret)
{
ret = ret.getElementsByTagName('action')[0];