fix parse error
authorMichael J. Rubinsky <mrubinsk@horde.org>
Sun, 13 Jun 2010 16:46:22 +0000 (12:46 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Sun, 13 Jun 2010 16:46:22 +0000 (12:46 -0400)
framework/Cache/lib/Horde/Cache/Sql.php

index daa4e7b..d651e01 100644 (file)
@@ -113,7 +113,7 @@ class Horde_Cache_Sql extends Horde_Cache_Base
 
         try {
             $result = $this->_db->selectValue($query, $values);
-        } catch (Horde_Db_Exception $e) (
+        } catch (Horde_Db_Exception $e) {
             return false;
         }