projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e77e789
)
ws
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Mon, 15 Feb 2010 19:19:13 +0000
(14:19 -0500)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Mon, 15 Feb 2010 21:06:56 +0000
(16:06 -0500)
ansel/lib/Gallery.php
patch
|
blob
|
history
diff --git
a/ansel/lib/Gallery.php
b/ansel/lib/Gallery.php
index
5043216
..
2e892d2
100644
(file)
--- 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);
-
}
/**