aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Controllers/SpecialController.php
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2011-07-24 17:06:13 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2011-07-24 17:06:13 +0000
commit7dd59cf1f5c5452d31669ca196405ac77da3ab00 (patch)
tree60f667aa8cd46e62cf0bad8829178fc9659a741a /h-source/Application/Controllers/SpecialController.php
parente3e68a82efa932d4d3168ff365fb15c0c1fdfc00 (diff)
added RSS - part 1
Diffstat (limited to 'h-source/Application/Controllers/SpecialController.php')
-rw-r--r--h-source/Application/Controllers/SpecialController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/h-source/Application/Controllers/SpecialController.php b/h-source/Application/Controllers/SpecialController.php
index 3776a18..480c0fa 100644
--- a/h-source/Application/Controllers/SpecialController.php
+++ b/h-source/Application/Controllers/SpecialController.php
@@ -110,7 +110,7 @@ class SpecialController extends BaseController
$this->helper('Pages','special/'.$this->action.'/'.$this->lang,'page');
- $this->m['HistoryModel']->clear()->inner('hardware')->on('hardware.id_hard=history.id')->select()->where($whereClauseArray)->orderBy('id_history desc');
+ $this->m['HistoryModel']->clear()->select('history.*,hardware.*')->inner('hardware')->on('hardware.id_hard=history.id')->where($whereClauseArray)->orderBy('id_history desc');
$recordNumber = $this->m['HistoryModel']->rowNumber();
$page = $this->viewArgs['page'];