Changeset 3085 for trunk/modules/auth
- Timestamp:
- 07/11/2008 04:32:15 PM (5 months ago)
- Files:
-
- 1 modified
-
trunk/modules/auth/models/role.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/auth/models/role.php
r3081 r3085 15 15 } 16 16 17 return parent:: where_key($id);17 return parent::unique_key($id); 18 18 } 19 19
