From fe8a3fbc3fcda4c5be8ff353a509409703bec455 Mon Sep 17 00:00:00 2001 From: "chencongzhi520@gmail.com" Date: Sun, 1 May 2011 11:30:30 +0000 Subject: [PATCH] * adjust the code. --- module/bug/control.php | 1 + module/bug/model.php | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/module/bug/control.php b/module/bug/control.php index 06431a70bf..6327093252 100644 --- a/module/bug/control.php +++ b/module/bug/control.php @@ -165,6 +165,7 @@ class bug extends control ->orderBy($orderBy)->page($pager)->fetchAll(); } + /* save session .*/ $sql = $this->dao->get(); $sql = explode('WHERE', $sql); $sql = explode('ORDER', $sql[1]); diff --git a/module/bug/model.php b/module/bug/model.php index 0ece6df823..c6fb95068e 100644 --- a/module/bug/model.php +++ b/module/bug/model.php @@ -131,7 +131,6 @@ class bugModel extends model return $tmpBugs; } - /** * Update a bug. *