Work on performance improvements with caching
This commit is contained in:
@@ -16,11 +16,6 @@ class Model_MEDIA extends TSM_ORM {
|
||||
'VOLUME_NAME'=>'ASC',
|
||||
);
|
||||
|
||||
protected $_has_one = array(
|
||||
);
|
||||
protected $_has_many = array(
|
||||
);
|
||||
|
||||
public function inlib() {
|
||||
return in_array($this->STATE,array('MOUNTABLEINLIB','Mountable in library'));
|
||||
}
|
||||
|
Reference in New Issue
Block a user