Oops, gotta love these late binding languages
This commit is contained in:
parent
d718e290ac
commit
fc7f7bab1a
1 changed files with 4 additions and 4 deletions
|
@ -9,9 +9,9 @@
|
||||||
* Copyright 1998-2006 Helma Software. All Rights Reserved.
|
* Copyright 1998-2006 Helma Software. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* $RCSfile: Database.js,v $
|
* $RCSfile: Database.js,v $
|
||||||
* $Author: tobi $
|
* $Author: hannes $
|
||||||
* $Revision: 1.3 $
|
* $Revision: 1.4 $
|
||||||
* $Date: 2006/07/18 15:09:36 $
|
* $Date: 2007/02/08 15:33:08 $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -163,7 +163,7 @@ helma.Database = function(source) {
|
||||||
result[result.length] = row;
|
result[result.length] = row;
|
||||||
}
|
}
|
||||||
try {
|
try {
|
||||||
statement.clase();
|
statement.close();
|
||||||
resultSet.close();
|
resultSet.close();
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
// ignore
|
// ignore
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue