From 55652f386ae44d05e240dbef19b903628c921ebe Mon Sep 17 00:00:00 2001 From: Miles Lott Date: Tue, 10 Jul 2001 19:43:30 +0000 Subject: [PATCH] Remove trailing , --- phpgwapi/inc/class.country.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpgwapi/inc/class.country.inc.php b/phpgwapi/inc/class.country.inc.php index a33971cb87..30398ff605 100755 --- a/phpgwapi/inc/class.country.inc.php +++ b/phpgwapi/inc/class.country.inc.php @@ -258,7 +258,7 @@ 'YE'=>'YEMEN', 'YU'=>'YUGOSLAVIA', 'ZM'=>'ZAMBIA', - 'ZW'=>'ZIMBABWE', + 'ZW'=>'ZIMBABWE' ); }