[Rt-commit] r11840 - rt/branches/3.8-TESTING/html/installation

sunnavy at bestpractical.com sunnavy at bestpractical.com
Wed Apr 23 01:08:35 EDT 2008


Author: sunnavy
Date: Wed Apr 23 01:08:34 2008
New Revision: 11840

Modified:
   rt/branches/3.8-TESTING/html/installation/Step1.html

Log:
drop Informix from database type lists

Modified: rt/branches/3.8-TESTING/html/installation/Step1.html
==============================================================================
--- rt/branches/3.8-TESTING/html/installation/Step1.html	(original)
+++ rt/branches/3.8-TESTING/html/installation/Step1.html	Wed Apr 23 01:08:34 2008
@@ -77,7 +77,7 @@
 <%init>
 
 my ( @Types, @results );
- at Types = qw/SQLite mysql Oracle Pg Informix/;
+ at Types = qw/SQLite mysql Pg Oracle/;
 require UNIVERSAL::require;
 @Types = grep { my $m = 'DBD::' . $_; $m->require ? 1 : 0 } @Types;
 


More information about the Rt-commit mailing list