Fix parse error
authorMichael M Slusarz <slusarz@curecanti.org>
Thu, 15 Jul 2010 17:35:41 +0000 (11:35 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Thu, 15 Jul 2010 19:10:27 +0000 (13:10 -0600)
framework/Ui/lib/Horde/Ui/FlagImage.php

index aeb41bc..13b5587 100644 (file)
@@ -26,7 +26,6 @@ class Horde_Ui_FlagImage
     static public function generateFlagImageByHost($host)
     {
         $data = Horde_Nls::getCountryByHost($host, empty($GLOBALS['conf']['geoip']['datafile']) ? null : $GLOBALS['conf']['geoip']['datafile']);
-    );
         if ($data === false) {
             return '';
         }