Changeset 5034 for temp/trunk/html


Ignore:
Timestamp:
2006/09/18 17:18:31 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/install/index.php

    r5033 r5034  
    66    function LC_Page() { 
    77        $this->arrDB_TYPE = array( 
    8             1 => 'PostgreSQL', 
    9             2 => 'mySQL'     
     8            'pgsql' => 'PostgreSQL', 
     9            'mysql' => 'mySQL'   
    1010        ); 
    1111    } 
Note: See TracChangeset for help on using the changeset viewer.