summaryrefslogtreecommitdiff
path: root/kohana/libraries/Database.php
diff options
context:
space:
mode:
Diffstat (limited to 'kohana/libraries/Database.php')
-rw-r--r--kohana/libraries/Database.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/kohana/libraries/Database.php b/kohana/libraries/Database.php
index 59e47621..6267f63a 100644
--- a/kohana/libraries/Database.php
+++ b/kohana/libraries/Database.php
@@ -2,7 +2,7 @@
/**
* Provides database access in a platform agnostic way, using simple query building blocks.
*
- * $Id$
+ * $Id: Database.php 4342 2009-05-08 16:56:01Z jheathco $
*
* @package Core
* @author Kohana Team