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

sunnavy at bestpractical.com sunnavy at bestpractical.com
Sat May 17 02:28:52 EDT 2008


Author: sunnavy
Date: Sat May 17 02:28:52 2008
New Revision: 12420

Modified:
   rt/branches/3.8-TESTING/share/html/installation/DatabaseDetails.html

Log:
Connection succeeded is likley most right

Modified: rt/branches/3.8-TESTING/share/html/installation/DatabaseDetails.html
==============================================================================
--- rt/branches/3.8-TESTING/share/html/installation/DatabaseDetails.html	(original)
+++ rt/branches/3.8-TESTING/share/html/installation/DatabaseDetails.html	Sat May 17 02:28:52 2008
@@ -58,7 +58,7 @@
 Back => 1, BackLabel => loc('Back: Select Database Type'),
 &>
 
-% if ( @results && $results[0] eq 'Connected with success!' ) {
+% if ( @results && $results[0] eq 'Connection succeeded' ) {
 <& /Elements/Submit, Label => loc('Next: Customize Basics'), Name => 'Next' &>
 % }
 
@@ -103,7 +103,7 @@
         );
     
         if ( $dbh ) {
-            push @results, 'Connected with success!';
+            push @results, 'Connection succeeded',
             # dba connect dsn, which has table info
             $dbh = DBI->connect(
                 RT::Handle->DSN, $ARGS{DatabaseAdmin}, $ARGS{DatabaseAdminPassword}, { RaiseError => 0, PrintError => 0 },


More information about the Rt-commit mailing list