Changeset 1873 for branches/release-34/lib/MT/Object.pm
- Timestamp:
- 04/13/08 04:41:46 (20 months ago)
- Files:
-
- 1 modified
-
branches/release-34/lib/MT/Object.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/release-34/lib/MT/Object.pm
r1846 r1873 543 543 ## Drivers. 544 544 545 # Note: Removed methods: set_driver546 547 545 sub count { shift->_proxy('count', @_) } 546 sub exist { shift->_proxy('exist', @_) } 548 547 sub count_group_by { shift->_proxy('count_group_by', @_) } 549 548 sub sum_group_by { shift->_proxy('sum_group_by', @_) }
