Index: /temp/trunk/html/install/index.php
===================================================================
--- /temp/trunk/html/install/index.php	(revision 6185)
+++ /temp/trunk/html/install/index.php	(revision 6186)
@@ -544,5 +544,5 @@
 			if($arrRet['db_type'] == 'pgsql') {
 				$arrRet = $objDB->getAll("select version()");
-				$arrLine = split(" " , $arrRet[0]);
+				$arrLine = split(" " , $arrRet[0][0]);
 				$objPage->tpl_db_version = $arrLine[0] . " " . $arrLine[1];
 			}
