diff options
author | Bharat Mediratta <bharat@menalto.com> | 2010-01-06 17:05:00 -0800 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2010-01-06 17:05:00 -0800 |
commit | 10c05c855a1634a60048a52e8d90bc51f187ede7 (patch) | |
tree | b65a9d3b2f2213503e3f143b18af6ebd831bc554 /system/libraries/drivers/Session | |
parent | 058a84ed76df96aeb6ec082d16fe0d8f317faac2 (diff) | |
parent | ded8fc593cccaf66236fb271a6d3f962d8c4b337 (diff) |
Merge branch 'master' of git@github.com:gallery/gallery3
Diffstat (limited to 'system/libraries/drivers/Session')
-rw-r--r-- | system/libraries/drivers/Session/Cache.php | 4 | ||||
-rw-r--r-- | system/libraries/drivers/Session/Cookie.php | 4 | ||||
-rw-r--r-- | system/libraries/drivers/Session/Database.php | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/system/libraries/drivers/Session/Cache.php b/system/libraries/drivers/Session/Cache.php index c0d4d0a4..459f8b0e 100644 --- a/system/libraries/drivers/Session/Cache.php +++ b/system/libraries/drivers/Session/Cache.php @@ -10,9 +10,9 @@ * Lifetime does not need to be set as it is * overridden by the session expiration setting. * - * $Id: Cache.php 4679 2009-11-10 01:45:52Z isaiah $ + * $Id: Cache.php 4729 2009-12-29 20:35:19Z isaiah $ * - * @package Core + * @package Kohana * @author Kohana Team * @copyright (c) 2007-2009 Kohana Team * @license http://kohanaphp.com/license diff --git a/system/libraries/drivers/Session/Cookie.php b/system/libraries/drivers/Session/Cookie.php index ef575cab..88f5e218 100644 --- a/system/libraries/drivers/Session/Cookie.php +++ b/system/libraries/drivers/Session/Cookie.php @@ -2,9 +2,9 @@ /** * Session cookie driver. * - * $Id: Cookie.php 4679 2009-11-10 01:45:52Z isaiah $ + * $Id: Cookie.php 4729 2009-12-29 20:35:19Z isaiah $ * - * @package Core + * @package Kohana * @author Kohana Team * @copyright (c) 2007-2009 Kohana Team * @license http://kohanaphp.com/license diff --git a/system/libraries/drivers/Session/Database.php b/system/libraries/drivers/Session/Database.php index cbe76001..7b372d2d 100644 --- a/system/libraries/drivers/Session/Database.php +++ b/system/libraries/drivers/Session/Database.php @@ -2,9 +2,9 @@ /** * Session database driver. * - * $Id: Database.php 4679 2009-11-10 01:45:52Z isaiah $ + * $Id: Database.php 4729 2009-12-29 20:35:19Z isaiah $ * - * @package Core + * @package Kohana * @author Kohana Team * @copyright (c) 2007-2009 Kohana Team * @license http://kohanaphp.com/license |