ws
authorMichael J. Rubinsky <mrubinsk@horde.org>
Mon, 15 Feb 2010 19:19:13 +0000 (14:19 -0500)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Mon, 15 Feb 2010 21:06:56 +0000 (16:06 -0500)
ansel/lib/Gallery.php

index 5043216..2e892d2 100644 (file)
@@ -50,13 +50,11 @@ class Ansel_Gallery extends Horde_Share_Object_sql_hierarchical
      */
     public function hasFeature($feature)
     {
-
         // First check for purely Ansel_Gallery features
         // Currently we have none of these.
 
         // Delegate to the modeHelper
         return $this->_modeHelper->hasFeature($feature);
-
     }
 
     /**
@@ -175,7 +173,6 @@ class Ansel_Gallery extends Horde_Share_Object_sql_hierarchical
         }
 
         return $this->_shareOb->_write_db->exec($sql);
-
     }
 
     /**