Changeset 3213 for trunk/modules
- Timestamp:
- 07/27/2008 09:28:37 AM (4 months ago)
- Files:
-
- 1 modified
-
trunk/modules/kobot/libraries/Kobot.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/kobot/libraries/Kobot.php
r2079 r3213 216 216 public function set_trigger($pattern, $callback) 217 217 { 218 // Store the trigger and it 's callback218 // Store the trigger and its callback 219 219 $this->triggers[$pattern] = $callback; 220 220
