From 7ae57dda4e3914312de016bd456c461c72c33862 Mon Sep 17 00:00:00 2001 From: ywarnier Date: Wed, 4 Jul 2007 21:46:23 +0000 Subject: [PATCH] Fixed missing } --- htdocs/telephonie/facturation/FacturationVerifCdr.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/telephonie/facturation/FacturationVerifCdr.class.php b/htdocs/telephonie/facturation/FacturationVerifCdr.class.php index 6c8be6d3bf5..dc942d880fb 100644 --- a/htdocs/telephonie/facturation/FacturationVerifCdr.class.php +++ b/htdocs/telephonie/facturation/FacturationVerifCdr.class.php @@ -97,4 +97,5 @@ class FacturationVerifCdr { $this->db->free($resql); } + } }