Index: openacs-4/packages/acs-content-repository/tcl/extlink-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/tcl/Attic/extlink-procs.tcl,v diff -u -N -r1.10.8.1 -r1.10.8.2 --- openacs-4/packages/acs-content-repository/tcl/extlink-procs.tcl 8 Sep 2014 07:24:35 -0000 1.10.8.1 +++ openacs-4/packages/acs-content-repository/tcl/extlink-procs.tcl 8 Sep 2014 08:36:40 -0000 1.10.8.2 @@ -3,7 +3,7 @@ Manage external links in the content repository @author Don Baccus (dhogaza@pacifier.com) - @cvs-d $Id$ + @cvs-id $Id$ } Index: openacs-4/packages/acs-content-repository/tcl/image-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/tcl/image-procs.tcl,v diff -u -N -r1.9.4.2 -r1.9.4.3 --- openacs-4/packages/acs-content-repository/tcl/image-procs.tcl 8 Sep 2014 07:58:50 -0000 1.9.4.2 +++ openacs-4/packages/acs-content-repository/tcl/image-procs.tcl 8 Sep 2014 08:36:40 -0000 1.9.4.3 @@ -316,7 +316,7 @@ @return image item_id of the thumbnail @author Dave Bauer (dave@solutiongrove.com) - @cretion-date 2006-08-27 + @creation-date 2006-08-27 } { if {$revision_id eq ""} { set revision_id [content::item::get_best_revision -item_id $item_id] Index: openacs-4/packages/acs-content-repository/tcl/symlink-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/tcl/Attic/symlink-procs.tcl,v diff -u -N -r1.6.10.1 -r1.6.10.2 --- openacs-4/packages/acs-content-repository/tcl/symlink-procs.tcl 8 Sep 2014 07:24:35 -0000 1.6.10.1 +++ openacs-4/packages/acs-content-repository/tcl/symlink-procs.tcl 8 Sep 2014 08:36:40 -0000 1.6.10.2 @@ -3,7 +3,7 @@ Manage external links in the content repository @author Dave Bauer (dave@thedesignexperience.org) - @cvs-d $Id: + @cvs-id $Id$ } Index: openacs-4/packages/acs-tcl/tcl/ad-functional-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/ad-functional-procs.tcl,v diff -u -N -r1.7 -r1.7.8.1 --- openacs-4/packages/acs-tcl/tcl/ad-functional-procs.tcl 12 Feb 2009 15:38:41 -0000 1.7 +++ openacs-4/packages/acs-tcl/tcl/ad-functional-procs.tcl 8 Sep 2014 08:36:40 -0000 1.7.8.1 @@ -20,7 +20,6 @@ @author Mark Dettinger (mdettinger@arsdigita.com) @creation-date March 29, 2000 - @last-updated July 25, 2000 @cvs-id $Id$ This was part of ACS 3 Index: openacs-4/packages/acs-tcl/tcl/ds-stub-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/ds-stub-procs.tcl,v diff -u -N -r1.3 -r1.3.2.1 --- openacs-4/packages/acs-tcl/tcl/ds-stub-procs.tcl 8 Dec 2012 17:42:32 -0000 1.3 +++ openacs-4/packages/acs-tcl/tcl/ds-stub-procs.tcl 8 Sep 2014 08:36:40 -0000 1.3.2.1 @@ -8,7 +8,7 @@ every request. @author Jeff Davis - @creationd-date 2005-03-02 + @creation-date 2005-03-02 @cvs-id $Id$ } Index: openacs-4/packages/acs-tcl/tcl/image-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/Attic/image-procs.tcl,v diff -u -N -r1.1 -r1.1.22.1 --- openacs-4/packages/acs-tcl/tcl/image-procs.tcl 29 Oct 2003 18:14:01 -0000 1.1 +++ openacs-4/packages/acs-tcl/tcl/image-procs.tcl 8 Sep 2014 08:36:40 -0000 1.1.22.1 @@ -2,7 +2,7 @@ Procedures to manage image files. @author Lars Pind (lars@collaboraid.biz) - @creationd-date 2003-10-29 + @creation-date 2003-10-29 @cvs-id $Id$ }