Library fixes for TSM6

This commit is contained in:
Deon George
2011-06-26 22:47:20 +10:00
parent 9cfd1dc3df
commit fe62c848c4
6 changed files with 9 additions and 169 deletions

View File

@@ -20,5 +20,9 @@ class Model_MEDIA extends ORMTSM {
);
protected $_has_many = array(
);
public function inlib() {
return in_array($this->STATE,array('MOUNTABLEINLIB','Mountable in library'));
}
}
?>