diff options
Diffstat (limited to 'kohana/core/Event.php')
-rw-r--r-- | kohana/core/Event.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kohana/core/Event.php b/kohana/core/Event.php index 456dca09..22a9f69d 100644 --- a/kohana/core/Event.php +++ b/kohana/core/Event.php @@ -4,7 +4,7 @@ * to be added to 'events'. Events can be run multiple times, and can also * process event-specific data. By default, Kohana has several system events. * - * $Id$ + * $Id: Event.php 3993 2009-02-17 18:42:50Z jheathco $ * * @package Core * @author Kohana Team |