|
@@ -151,6 +151,8 @@ return array
|
|
(
|
|
(
|
|
'start' => array('yes-cdate', '>='),
|
|
'start' => array('yes-cdate', '>='),
|
|
'end' => array('yes-cdate', '<='),
|
|
'end' => array('yes-cdate', '<='),
|
|
|
|
+ 'score_type' => 'yes',
|
|
|
|
+ 'action_id' => 'yes',
|
|
),
|
|
),
|
|
'type' => 'all',
|
|
'type' => 'all',
|
|
'order' => array('id' => 'desc'),
|
|
'order' => array('id' => 'desc'),
|