From fc7f7bab1ac50c506ded77539e22dbff2e83eef4 Mon Sep 17 00:00:00 2001 From: hns Date: Thu, 8 Feb 2007 21:01:56 +0000 Subject: [PATCH] Oops, gotta love these late binding languages --- helma/Database.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/helma/Database.js b/helma/Database.js index 1305964e..bf39e29d 100644 --- a/helma/Database.js +++ b/helma/Database.js @@ -9,9 +9,9 @@ * Copyright 1998-2006 Helma Software. All Rights Reserved. * * $RCSfile: Database.js,v $ - * $Author: tobi $ - * $Revision: 1.3 $ - * $Date: 2006/07/18 15:09:36 $ + * $Author: hannes $ + * $Revision: 1.4 $ + * $Date: 2007/02/08 15:33:08 $ */ /** @@ -163,7 +163,7 @@ helma.Database = function(source) { result[result.length] = row; } try { - statement.clase(); + statement.close(); resultSet.close(); } catch (error) { // ignore