- Timestamp:
- 2006/10/12 22:50:08 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/install/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/install/index.php
r6184 r6185 544 544 if($arrRet['db_type'] == 'pgsql') { 545 545 $arrRet = $objDB->getAll("select version()"); 546 sfPrintR($arrRet); 546 $arrLine = split(" " , $arrRet[0]); 547 $objPage->tpl_db_version = $arrLine[0] . " " . $arrLine[1]; 547 548 } 548 549 }
Note: See TracChangeset
for help on using the changeset viewer.
