fixed bug 641040
This commit is contained in:
parent
88a310fde7
commit
4776b235c4
1 changed files with 1 additions and 1 deletions
|
|
@ -178,7 +178,7 @@ sub www_view {
|
|||
$output .= WebGUI::International::get(10,$namespace).'<p>' if ($_[0]->get("debugMode"));
|
||||
WebGUI::ErrorHandler::warn("SQLReport [".$_[0]->get("wobjectId")."] The SQL query is improperly formatted.");
|
||||
}
|
||||
$dbh->disconnect();
|
||||
$dbh->disconnect() unless ($dsn eq $session{config}{dsn});
|
||||
} else {
|
||||
$output .= WebGUI::International::get(12,$namespace).'<p>' if ($_[0]->get("debugMode"));
|
||||
WebGUI::ErrorHandler::warn("SQLReport [".$_[0]->get("wobjectId")."] Could not connect to database.");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue