Changeset 3153 for trunk/modules
- Timestamp:
- 07/18/2008 07:58:32 PM (5 months ago)
- Files:
-
- 1 modified
-
trunk/modules/auth/models/auth_role.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/auth/models/auth_role.php
r3092 r3153 3 3 class Auth_Role_Model extends ORM { 4 4 5 protected $ belongs_to_many = array('users');5 protected $has_and_belongs_to_many = array('users'); 6 6 7 7 /**
