summaryrefslogtreecommitdiff
path: root/kohana/libraries/ORM_Tree.php
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-05-26 22:13:38 -0700
committerBharat Mediratta <bharat@menalto.com>2009-05-26 22:13:38 -0700
commit6d1f85463bb091da88c9c7a5dc135d17e1f6a0a0 (patch)
tree086ebab1b21af63415a197dc95fe8873e65ce29a /kohana/libraries/ORM_Tree.php
parent1666a86664959633c102f12eafef855fb8ffad06 (diff)
Update Kohana to r4357
Diffstat (limited to 'kohana/libraries/ORM_Tree.php')
-rw-r--r--kohana/libraries/ORM_Tree.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/kohana/libraries/ORM_Tree.php b/kohana/libraries/ORM_Tree.php
index def5fd59..cdb09fd0 100644
--- a/kohana/libraries/ORM_Tree.php
+++ b/kohana/libraries/ORM_Tree.php
@@ -3,7 +3,7 @@
* Object Relational Mapping (ORM) "tree" extension. Allows ORM objects to act
* as trees, with parents and children.
*
- * $Id$
+ * $Id: ORM_Tree.php 3923 2009-01-22 15:37:04Z samsoir $
*
* @package ORM
* @author Kohana Team