[Rt-commit] r12330 - in rt/branches/3.8-TESTING: share/html/installation
sartak at bestpractical.com
sartak at bestpractical.com
Thu May 15 06:08:23 EDT 2008
Author: sartak
Date: Thu May 15 06:08:23 2008
New Revision: 12330
Modified:
rt/branches/3.8-TESTING/ (props changed)
rt/branches/3.8-TESTING/share/html/installation/DatabaseDetails.html
Log:
r55866 at onn: sartak | 2008-05-15 06:08:10 -0400
Prevent an undef warning
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 Thu May 15 06:08:23 2008
@@ -58,7 +58,7 @@
Back => 1, BackLabel => loc('Back: Select Database Type'),
&>
-% if ( $results[0] eq 'connect succeed!' ) {
+% if ( @results && $results[0] eq 'connect succeed!' ) {
<& /Elements/Submit, Label => loc('Next: Customize Basics'), Name => 'Next' &>
% }
More information about the Rt-commit
mailing list