diff options
Diffstat (limited to 'kohana/libraries/Profiler.php')
-rw-r--r-- | kohana/libraries/Profiler.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kohana/libraries/Profiler.php b/kohana/libraries/Profiler.php index 3c2a460d..47d82ace 100644 --- a/kohana/libraries/Profiler.php +++ b/kohana/libraries/Profiler.php @@ -8,7 +8,7 @@ * POST Data - The name and values of any POST data submitted to the current page. * Cookie Data - All cookies sent for the current request. * - * $Id$ + * $Id: Profiler.php 4090 2009-03-19 01:27:45Z bharat $ * * @package Profiler * @author Kohana Team |