diff options
Diffstat (limited to 'system/core/Event.php')
-rw-r--r-- | system/core/Event.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/system/core/Event.php b/system/core/Event.php index a9b88034..ab839f43 100644 --- a/system/core/Event.php +++ b/system/core/Event.php @@ -4,9 +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: Event.php 4679 2009-11-10 01:45:52Z isaiah $ - * - * @package Core + * @package Kohana * @author Kohana Team * @copyright (c) 2007-2009 Kohana Team * @license http://kohanaphp.com/license |