Oops, gotta love these late binding languages

This commit is contained in:
hns 2007-02-08 21:01:56 +00:00
parent d718e290ac
commit fc7f7bab1a

View file

@ -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