Updated for new lnApp
This commit is contained in:
@@ -22,9 +22,13 @@ class Model_Email_Log extends ORM_OSB {
|
||||
'id'=>'DESC',
|
||||
);
|
||||
|
||||
protected $_compress_column = array(
|
||||
'data',
|
||||
);
|
||||
|
||||
protected $_display_filters = array(
|
||||
'date_orig'=>array(
|
||||
array('Config::datetime',array(':value')),
|
||||
array('Site::Datetime',array(':value')),
|
||||
),
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user