From f2243469c1b22eeec11ad551d0e8e1652f4f206c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=B9=E8=AF=9A=E8=AF=9A?= Date: Mon, 2 Jul 2018 14:16:12 +0800 Subject: [PATCH] =?UTF-8?q?cht=E7=9A=84amp=E6=A8=A1=E6=9D=BF=E4=B8=8D?= =?UTF-8?q?=E8=A6=81keywords=E6=A0=87=E7=AD=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../third_party/htmlcompressor/views/amp-template/cht.php | 1 - .../third_party/pagespeed/models/PageSpeedData_model.php | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/application/third_party/htmlcompressor/views/amp-template/cht.php b/application/third_party/htmlcompressor/views/amp-template/cht.php index c9142869..d1a2b223 100644 --- a/application/third_party/htmlcompressor/views/amp-template/cht.php +++ b/application/third_party/htmlcompressor/views/amp-template/cht.php @@ -5,7 +5,6 @@ <!--@TITLE@--> - diff --git a/application/third_party/pagespeed/models/PageSpeedData_model.php b/application/third_party/pagespeed/models/PageSpeedData_model.php index 0f900550..b3397148 100644 --- a/application/third_party/pagespeed/models/PageSpeedData_model.php +++ b/application/third_party/pagespeed/models/PageSpeedData_model.php @@ -64,7 +64,7 @@ class PageSpeedData_model extends CI_Model { $this->topnum = $topnum; $this->where = ' AND psd.psd_SiteCode=' . $this->INFO->escape($psd_SiteCode); $this->where .= ' AND ISNULL(psd.psd_Datetime,1999) < GETDATE()-1 '; - $this->where .= ' AND psd.psd_ErrorCount<=3 '; + $this->where .= ' AND psd.psd_ErrorCount<=3'; $this->orderby = ' ORDER BY psd_Datetime ASC '; return $this->get_list(); }