// Merge -> revision 8734

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@8740 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rMalie
2011-09-23 14:06:47 +00:00
parent 4181a8ea5b
commit 7c85e104de
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];