diff options
Diffstat (limited to 'kohana/libraries/Encrypt.php')
-rw-r--r-- | kohana/libraries/Encrypt.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kohana/libraries/Encrypt.php b/kohana/libraries/Encrypt.php index 31e72438..3d564f99 100644 --- a/kohana/libraries/Encrypt.php +++ b/kohana/libraries/Encrypt.php @@ -4,7 +4,7 @@ * using the MCrypt extension. * @see http://php.net/mcrypt * - * $Id$ + * $Id: Encrypt.php 4072 2009-03-13 17:20:38Z jheathco $ * * @package Core * @author Kohana Team |