From e0b5d8a25240fe0ba20451ab7d009a905afaf8e0 Mon Sep 17 00:00:00 2001 From: Li Jianxuan Date: Wed, 9 Nov 2011 07:57:50 +0000 Subject: [PATCH] =?UTF-8?q?=E5=9C=A8review=E4=B8=AD=E4=B8=8B=E8=BD=BD?= =?UTF-8?q?=E9=94=99=E8=AF=AF=E6=8F=90=E7=A4=BA=E9=87=8C=E8=BE=93=E5=87=BA?= =?UTF-8?q?html?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../default/controllers/ReviewController.php | 20 +++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/application/default/controllers/ReviewController.php b/application/default/controllers/ReviewController.php index 385b9c5d..8358b375 100644 --- a/application/default/controllers/ReviewController.php +++ b/application/default/controllers/ReviewController.php @@ -480,10 +480,26 @@ class ReviewController extends Zend_Controller_Action $sql = "update attachments set downtimes=downtimes+1 where id = $id"; @$this->db->exec($sql); }catch(Exception $e){ - echo '文件读取出错,请稍后重试'; + echo ' + + + + 无标题文档 + + + 文件读取出错,请稍后重试 +'; } }else{ - echo '读取用户信息出错,请先登录再下载附件'; + echo ' + + + + 无标题文档 + + + 读取用户信息出错,请先登录再下载附件重试 +'; }