Changeset 1912
- Timestamp:
- 04/22/06 22:25:12 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/0.6-bugfix/lib/SGL/Install/WizardTestDbConnection.php
r1911 r1912 112 112 $radio[] = &$this->createElement('radio', 'type', '', "postgres", 'pgsql'); 113 113 # $radio[] = &$this->createElement('radio', 'type', '', "oci8", 'oci8_SGL'); 114 # $radio[] = &$this->createElement('radio', 'type', '', "maxdb", 'maxdb_SGL');115 114 # $radio[] = &$this->createElement('radio', 'type', '', "db2", 'db2_SGL'); 116 115 $this->addGroup($radio, 'dbType', 'Database type:', '<br />');