projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
593d2f8
)
PHP 5 constructor
author
Chuck Hagenbuch
<chuck@horde.org>
Wed, 18 Nov 2009 04:26:46 +0000
(23:26 -0500)
committer
Chuck Hagenbuch
<chuck@horde.org>
Wed, 18 Nov 2009 04:26:46 +0000
(23:26 -0500)
ansel/lib/Search/exif.php
patch
|
blob
|
history
diff --git
a/ansel/lib/Search/exif.php
b/ansel/lib/Search/exif.php
index
773275c
..
0f800dc
100644
(file)
--- a/
ansel/lib/Search/exif.php
+++ b/
ansel/lib/Search/exif.php
@@
-18,12
+18,11
@@
class Ansel_Search_exif {
* @param array $params
* @return Ansel_Search_exif
*/
-
function Ansel_Search_exif
($params = array())
+
public function __construct
($params = array())
{
$this->_type = 'exif';
}
-
/**
* retrieve a slice of the current search
*
@@
-40,5
+39,4
@@
class Ansel_Search_exif {
function count()
{
}
-
}