summaryrefslogtreecommitdiffstats
path: root/system/database/drivers/pdo/pdo_driver.php
diff options
context:
space:
mode:
authorPhil Sturgeon <email@philsturgeon.co.uk>2012-06-13 18:38:24 +0200
committerPhil Sturgeon <email@philsturgeon.co.uk>2012-06-13 18:38:24 +0200
commit0eebc808cb298cdc6cd81be93de306a44c523e75 (patch)
tree837a7f92cead194db5892c61a45eca164e5af60e /system/database/drivers/pdo/pdo_driver.php
parentb55050962bb731d1a99430cd37953e55434236a9 (diff)
parent686ff126762c0923556036a3cf73abb9390a7e67 (diff)
Fixed conflicts between git flow 2.1.1 and non-flow 2.1.1
Diffstat (limited to 'system/database/drivers/pdo/pdo_driver.php')
-rw-r--r--system/database/drivers/pdo/pdo_driver.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/database/drivers/pdo/pdo_driver.php b/system/database/drivers/pdo/pdo_driver.php
index 952016848..654074cd1 100644
--- a/system/database/drivers/pdo/pdo_driver.php
+++ b/system/database/drivers/pdo/pdo_driver.php
@@ -9,7 +9,7 @@
* @license http://codeigniter.com/user_guide/license.html
* @author EllisLab Dev Team
* @link http://codeigniter.com
- * @since Version 2.1.0
+ * @since Version 2.1.1
* @filesource
*/