Not sure what this accomplishes.
authorMichael M Slusarz <slusarz@curecanti.org>
Thu, 15 Jul 2010 18:50:11 +0000 (12:50 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Thu, 15 Jul 2010 19:10:27 +0000 (13:10 -0600)
framework/Core/lib/Horde.php

index 2b5e194..65e2a59 100644 (file)
@@ -1329,9 +1329,6 @@ HTML;
         if (is_array($attr)) {
             $attributes = array_merge($attributes, $attr);
         }
-        if (empty($attributes['title'])) {
-            $attributes['title'] = '';
-        }
 
         $img = '<img';
         $old_error = error_reporting(0);