[Rt-commit] rt branch, 4.0-trunk, updated. rt-4.0.19-72-g7e30f73
Alex Vandiver
alexmv at bestpractical.com
Tue Apr 15 19:25:04 EDT 2014
The branch, 4.0-trunk has been updated
via 7e30f73680781683a0e7464ecd0330d98a8ab2bb (commit)
from b601a70935e0cdc1d64e9b297ca92bd80da3f38f (commit)
Summary of changes:
share/html/Install/DatabaseDetails.html | 1 +
1 file changed, 1 insertion(+)
- Log -----------------------------------------------------------------
commit 7e30f73680781683a0e7464ecd0330d98a8ab2bb
Author: Tom Lanyon <tom at netspot.com.au>
Date: Thu Dec 22 14:05:14 2011 +1030
Web installer: fix check for schema when installing to existing DB with no schema.
diff --git a/share/html/Install/DatabaseDetails.html b/share/html/Install/DatabaseDetails.html
index 78672db..b4d3f8c 100644
--- a/share/html/Install/DatabaseDetails.html
+++ b/share/html/Install/DatabaseDetails.html
@@ -165,6 +165,7 @@ if ( $Run ) {
);
my $sth = $dbh->prepare('select * from Users');
+ $sth->execute();
};
unless ( $@ ) {
-----------------------------------------------------------------------
More information about the rt-commit
mailing list