From 775ff6eeb8e304eb0edf919fa6fd9f6bdd848b1b Mon Sep 17 00:00:00 2001 From: Olov Danielson Date: Mon, 25 Jan 2010 15:49:53 +0000 Subject: [PATCH] close result? --- ykval-export.php | 1 + 1 file changed, 1 insertion(+) diff --git a/ykval-export.php b/ykval-export.php index 6905b10..45245ac 100755 --- a/ykval-export.php +++ b/ykval-export.php @@ -36,6 +36,7 @@ while($row = $result->fetch(PDO::FETCH_ASSOC)){ "\n"; } +$result=null; $db=null;