projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b563f84
)
ws
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Wed, 2 Jun 2010 17:37:19 +0000
(13:37 -0400)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Wed, 2 Jun 2010 17:37:19 +0000
(13:37 -0400)
ansel/lib/Faces.php
patch
|
blob
|
history
diff --git
a/ansel/lib/Faces.php
b/ansel/lib/Faces.php
index
42c17ef
..
13880b4
100644
(file)
--- a/
ansel/lib/Faces.php
+++ b/
ansel/lib/Faces.php
@@
-15,7
+15,7
@@
class Ansel_Faces
* Delete faces from VFS and DB storage.
*
* @TODO: Move SQL queries to Ansel_Storage::
- *
+ *
* @param Ansel_Image $image Image object to delete faces for
* @param integer $face Face id
* @static
@@
-103,7
+103,7
@@
class Ansel_Faces
if (!is_array($face)) {
$face = $faces->getFaceById($face, true);
}
- $face_id = $face['face_id'];
+ $face_id = $face['face_id'];
// The HTML to display the face image.
$imghtml = sprintf("<img src=\"%s\" class=\"bordered-facethumb\" id=\"%s\" alt=\"%s\" />",