summaryrefslogtreecommitdiff
path: root/system/libraries/drivers
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2010-01-06 11:35:01 -0800
committerTim Almdal <tnalmdal@shaw.ca>2010-01-06 11:35:01 -0800
commita74fd27e5f238f91f39be14056692945eecedabc (patch)
tree6a4a3311536500b06178d5a8c620263b0130d3ea /system/libraries/drivers
parent7778d4c05075e67f096d3d5365e5ae35e1b0a737 (diff)
Updated Kohana to r4737
Diffstat (limited to 'system/libraries/drivers')
-rw-r--r--system/libraries/drivers/Session.php4
-rw-r--r--system/libraries/drivers/Session/Cache.php4
-rw-r--r--system/libraries/drivers/Session/Cookie.php4
-rw-r--r--system/libraries/drivers/Session/Database.php4
4 files changed, 8 insertions, 8 deletions
diff --git a/system/libraries/drivers/Session.php b/system/libraries/drivers/Session.php
index 759ccd84..e591b917 100644
--- a/system/libraries/drivers/Session.php
+++ b/system/libraries/drivers/Session.php
@@ -2,9 +2,9 @@
/**
* Session driver interface
*
- * $Id: Session.php 4679 2009-11-10 01:45:52Z isaiah $
+ * $Id: Session.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/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