* finish task#1412.

This commit is contained in:
iamazhi
2013-08-29 16:35:31 +08:00
parent 04daf5979f
commit fa54dff413
8 changed files with 0 additions and 99 deletions
-1
View File
@@ -43,7 +43,6 @@ class my extends control
$this->app->loadClass('pager', true);
$pager = new pager($recTotal = 1000, $this->config->my->dynamicCounts); // Init the $recTotal var, thus omit one sql query.
$this->view->setFlow = (!(isset($this->config->global->flow) or strpos($this->app->company->admins, ",{$this->app->user->account},") === false)) ? true : false;
$this->view->projectStats = $projectStats;
$this->view->productStats = $productStats;
$this->view->actions = $this->loadModel('action')->getDynamic('all', 'latest3days', 'date_desc', $pager);