From c3f11c50dae25696d2bb9d34a9ab65d70ca513b6 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Wed, 6 Apr 2005 12:27:39 +0000 Subject: [PATCH] =?UTF-8?q?Am=E9lioration=20mineure?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/telephonie/config/compta.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/telephonie/config/compta.php b/htdocs/telephonie/config/compta.php index 6ee0024919f..6ebbdb04d9d 100644 --- a/htdocs/telephonie/config/compta.php +++ b/htdocs/telephonie/config/compta.php @@ -81,7 +81,7 @@ if ($result) while ($i < $num) { $row = $db->fetch_row($result); - $cgs[$row[0]] = $row[1] . ' ' . $row[2]; + $cgs[$row[0]] = '['.$row[0].'] '.$row[1] . ' ' . $row[2]; $i++; } }