style
authorMichael M Slusarz <slusarz@curecanti.org>
Tue, 7 Sep 2010 08:26:15 +0000 (02:26 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Tue, 7 Sep 2010 08:26:15 +0000 (02:26 -0600)
imp/lib/Ajax/Application.php

index 13f7975..b72b92a 100644 (file)
@@ -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 {