fix bug setup.php

This commit is contained in:
Dany De Bontridder 2011-11-28 13:28:49 +00:00
parent 8fa0988207
commit a25a99b741

View file

@ -62,7 +62,7 @@ function config_file_form($p_array=null)
$cpasswd='dany';
$cport=5432;
$cdomain='';
$clocal=1;
$clocale=1;
}
else extract ($p_array);