install/includes/stages/database_postgresql.php
changeset 407 35d94240a197
parent 404 fb4f9e6f378f
child 536 218a627eb53e
equal deleted inserted replaced
406:7468a663315f 407:35d94240a197
   250         db_root_pass: frm.db_root_pass.value
   250         db_root_pass: frm.db_root_pass.value
   251       }));
   251       }));
   252     
   252     
   253     ajaxPost(scriptPath + '/install/install.php?stage=database', connection_info + '&driver=postgresql&ajax_test=on&language=' + enano_lang_code[ENANO_LANG_ID], function()
   253     ajaxPost(scriptPath + '/install/install.php?stage=database', connection_info + '&driver=postgresql&ajax_test=on&language=' + enano_lang_code[ENANO_LANG_ID], function()
   254       {
   254       {
   255         if ( ajax.readyState == 4 )
   255         if ( ajax.readyState == 4 && ajax.status == 200 )
   256         {
   256         {
   257           setTimeout('install_unset_ajax_loading();', 750);
   257           setTimeout('install_unset_ajax_loading();', 750);
   258           // Process response
   258           // Process response
   259           var response = String(ajax.responseText + '');
   259           var response = String(ajax.responseText + '');
   260           if ( response.substr(0, 1) != '{' )
   260           if ( response.substr(0, 1) != '{' )