diff options
Diffstat (limited to 'kohana/libraries/ORM_Tree.php')
-rw-r--r-- | kohana/libraries/ORM_Tree.php | 2 |
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 |