From 1e24f578e6f552e17df63142285159362fd47bf0 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Mon, 10 Nov 2008 11:55:10 -0700 Subject: [PATCH] Fix some typos; MIME->Mime conversions --- framework/Mime/lib/Horde/Mime/Part.php | 2 +- framework/Mime/lib/Horde/Mime/Viewer/Driver.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/framework/Mime/lib/Horde/Mime/Part.php b/framework/Mime/lib/Horde/Mime/Part.php index be72bb2b1..c5ce002ba 100644 --- a/framework/Mime/lib/Horde/Mime/Part.php +++ b/framework/Mime/lib/Horde/Mime/Part.php @@ -1,7 +1,7 @@ _mimepart) || !$this->canDisplayInline()) - ? array('data' => '', 'status' => array()), + ? array('data' => '', 'status' => array()) : $this->_renderInline(); } @@ -132,7 +132,7 @@ class Horde_MIME_Viewer_Driver public function renderInfo() { return (is_null($this->_mimepart) || !$this->canDisplayInfo()) - ? array('data' => '', 'status' => array()), + ? array('data' => '', 'status' => array()) : $this->_renderInfo(); } -- 2.11.0