ws
authorMichael J. Rubinsky <mrubinsk@horde.org>
Wed, 2 Jun 2010 17:37:19 +0000 (13:37 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Wed, 2 Jun 2010 17:37:19 +0000 (13:37 -0400)
ansel/lib/Faces.php

index 42c17ef..13880b4 100644 (file)
@@ -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\" />",