Changeset 188 for dev/common/class.event.php
- Timestamp:
- 02/17/07 15:24:06 (14 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
dev/common/class.event.php
r181 r188 48 48 else 49 49 { 50 call_user_func($cb, null);50 call_user_func($cb, $object); 51 51 } 52 52 }