From: Michael M Slusarz Date: Tue, 7 Sep 2010 08:26:15 +0000 (-0600) Subject: style X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=9ca3d532fced9968ec808a3ca7605c862ba28bbc;p=horde.git style --- diff --git a/imp/lib/Ajax/Application.php b/imp/lib/Ajax/Application.php index 13f7975d4..b72b92a7d 100644 --- a/imp/lib/Ajax/Application.php +++ b/imp/lib/Ajax/Application.php @@ -575,7 +575,9 @@ class IMP_Ajax_Application extends Horde_Core_Ajax_Application if (!is_null($req_id)) { $result->ViewPort->requestid = intval($req_id); } - } elseif ($changed || $this->_vars->rangeslice || !$this->_vars->checkcache) { + } elseif ($changed || + $this->_vars->rangeslice || + !$this->_vars->checkcache) { $result = new stdClass; $result->ViewPort = $this->_viewPortData($changed); } else {