From: Michael J. Rubinsky Date: Mon, 15 Feb 2010 19:19:13 +0000 (-0500) Subject: ws X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=e11e81f1b0c487f511af7ff9e2944c067855c63c;p=horde.git ws --- diff --git a/ansel/lib/Gallery.php b/ansel/lib/Gallery.php index 50432169c..2e892d2ea 100644 --- a/ansel/lib/Gallery.php +++ b/ansel/lib/Gallery.php @@ -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); - } /**