From 1acb63db0fe302b025a9a527447b150fdcef96bf Mon Sep 17 00:00:00 2001 From: Greg Roach Date: Fri, 9 Aug 2013 21:29:18 +0100 Subject: Remove empty subversion Id tags --- library/WT/Controller/AdvancedSearch.php | 2 -- library/WT/Controller/Ajax.php | 4 +--- library/WT/Controller/Ancestry.php | 2 -- library/WT/Controller/Base.php | 2 -- library/WT/Controller/Chart.php | 2 -- library/WT/Controller/Compact.php | 4 +--- library/WT/Controller/Descendancy.php | 2 -- library/WT/Controller/Family.php | 2 -- library/WT/Controller/Familybook.php | 4 +--- library/WT/Controller/Fanchart.php | 4 +--- library/WT/Controller/GedcomRecord.php | 2 -- library/WT/Controller/Hourglass.php | 4 +--- library/WT/Controller/Individual.php | 2 -- library/WT/Controller/Lifespan.php | 2 -- library/WT/Controller/Media.php | 2 -- library/WT/Controller/Note.php | 2 -- library/WT/Controller/Page.php | 2 -- library/WT/Controller/Pedigree.php | 4 +--- library/WT/Controller/Repository.php | 2 -- library/WT/Controller/Search.php | 2 -- library/WT/Controller/Simple.php | 2 -- library/WT/Controller/Source.php | 2 -- library/WT/Controller/Timeline.php | 2 -- library/WT/DB.php | 4 +--- library/WT/DBStatement.php | 5 +---- library/WT/Date.php | 2 -- library/WT/Date/Calendar.php | 2 -- library/WT/Date/French.php | 2 -- library/WT/Date/Gregorian.php | 2 -- library/WT/Date/Hijri.php | 2 -- library/WT/Date/Jalali.php | 2 -- library/WT/Date/Jewish.php | 2 -- library/WT/Date/Julian.php | 2 -- library/WT/Date/Roman.php | 2 -- library/WT/Debug.php | 4 +--- library/WT/Fact.php | 4 +--- library/WT/Family.php | 4 +--- library/WT/FlashMessages.php | 2 -- library/WT/Gedcom/Code/Adop.php | 2 -- library/WT/Gedcom/Code/Name.php | 2 -- library/WT/Gedcom/Code/Pedi.php | 2 -- library/WT/Gedcom/Code/Quay.php | 2 -- library/WT/Gedcom/Code/Rela.php | 2 -- library/WT/Gedcom/Code/Stat.php | 4 +--- library/WT/Gedcom/Code/Temp.php | 4 +--- library/WT/Gedcom/Tag.php | 2 -- library/WT/GedcomRecord.php | 2 -- library/WT/I18N.php | 2 -- library/WT/Individual.php | 4 +--- library/WT/Media.php | 4 +--- library/WT/Menu.php | 4 +--- library/WT/MenuBar.php | 2 -- library/WT/Module.php | 4 +--- library/WT/Note.php | 4 +--- library/WT/Place.php | 4 +--- library/WT/Query/Admin.php | 2 -- library/WT/Query/Media.php | 2 -- library/WT/Query/Name.php | 2 -- library/WT/Report/Base.php | 4 +--- library/WT/Report/HTML.php | 4 +--- library/WT/Report/PDF.php | 4 +--- library/WT/Repository.php | 4 +--- library/WT/Site.php | 4 +--- library/WT/Soundex.php | 4 +--- library/WT/Source.php | 4 +--- library/WT/Stats.php | 2 -- library/WT/Tree.php | 2 -- library/pclzip.lib.php | 2 -- 68 files changed, 26 insertions(+), 163 deletions(-) (limited to 'library') diff --git a/library/WT/Controller/AdvancedSearch.php b/library/WT/Controller/AdvancedSearch.php index 0ae25d5a53..075979bae6 100644 --- a/library/WT/Controller/AdvancedSearch.php +++ b/library/WT/Controller/AdvancedSearch.php @@ -20,8 +20,6 @@ // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -// -// $Id$ if (!defined('WT_WEBTREES')) { header('HTTP/1.0 403 Forbidden'); diff --git a/library/WT/Controller/Ajax.php b/library/WT/Controller/Ajax.php index b7221db924..5cc42f15de 100644 --- a/library/WT/Controller/Ajax.php +++ b/library/WT/Controller/Ajax.php @@ -2,7 +2,7 @@ // Base controller for all popup pages // // webtrees: Web based Family History software -// Copyright (C) 2012 webtrees development team. +// Copyright (C) 2013 webtrees development team. // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by @@ -17,8 +17,6 @@ // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -// -// $Id$ if (!defined('WT_WEBTREES')) { header('HTTP/1.0 403 Forbidden'); diff --git a/library/WT/Controller/Ancestry.php b/library/WT/Controller/Ancestry.php index da539a1fe5..a7baab0ab4 100644 --- a/library/WT/Controller/Ancestry.php +++ b/library/WT/Controller/Ancestry.php @@ -20,8 +20,6 @@ // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -// -// $Id$ if (!defined('WT_WEBTREES')) { header('HTTP/1.0 403 Forbidden'); diff --git a/library/WT/Controller/Base.php b/library/WT/Controller/Base.php index ea9be5b009..23ba023daf 100644 --- a/library/WT/Controller/Base.php +++ b/library/WT/Controller/Base.php @@ -17,8 +17,6 @@ // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -// -// $Id$ if (!defined('WT_WEBTREES')) { header('HTTP/1.0 403 Forbidden'); diff --git a/library/WT/Controller/Chart.php b/library/WT/Controller/Chart.php index ce9f1d9726..f418e0c12a 100644 --- a/library/WT/Controller/Chart.php +++ b/library/WT/Controller/Chart.php @@ -17,8 +17,6 @@ // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -// -// $Id$ if (!defined('WT_WEBTREES')) { header('HTTP/1.0 403 Forbidden'); diff --git a/library/WT/Controller/Compact.php b/library/WT/Controller/Compact.php index 24424b23be..36621e208f 100644 --- a/library/WT/Controller/Compact.php +++ b/library/WT/Controller/Compact.php @@ -5,7 +5,7 @@ // Copyright (C) 2013 webtrees development team. // // Derived from PhpGedView -// Copyright (C) 2002 to 2009 PGV Development Team. All rights reserved. +// Copyright (C) 2002 to 2009 PGV Development Team. All rights reserved. // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by @@ -20,8 +20,6 @@ // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -// -// $Id$ if (!defined('WT_WEBTREES')) { header('HTTP/1.0 403 Forbidden'); diff --git a/library/WT/Controller/Descendancy.php b/library/WT/Controller/Descendancy.php index 633833c0c4..bf9e15bae6 100644 --- a/library/WT/Controller/Descendancy.php +++ b/library/WT/Controller/Descendancy.php @@ -20,8 +20,6 @@ // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -// -// $Id$ if (!defined('WT_WEBTREES')) { header('HTTP/1.0 403 Forbidden'); diff --git a/library/WT/Controller/Family.php b/library/WT/Controller/Family.php index cb9b9181c9..c91b54d24a 100644 --- a/library/WT/Controller/Family.php +++ b/library/WT/Controller/Family.php @@ -20,8 +20,6 @@ // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -// -// $Id$ if (!defined('WT_WEBTREES')) { header('HTTP/1.0 403 Forbidden'); diff --git a/library/WT/Controller/Familybook.php b/library/WT/Controller/Familybook.php index 8d01fcddec..9cd1ade561 100644 --- a/library/WT/Controller/Familybook.php +++ b/library/WT/Controller/Familybook.php @@ -5,7 +5,7 @@ // Copyright (C) 2013 webtrees development team. // // Derived from PhpGedView -// Copyright (C) 2002 to 2009 PGV Development Team. All rights reserved. +// Copyright (C) 2002 to 2009 PGV Development Team. All rights reserved. // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by @@ -20,8 +20,6 @@ // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -// -// $Id$ if (!defined('WT_WEBTREES')) { header('HTTP/1.0 403 Forbidden'); diff --git a/library/WT/Controller/Fanchart.php b/library/WT/Controller/Fanchart.php index 9a3353c9c4..d5b508c9f4 100644 --- a/library/WT/Controller/Fanchart.php +++ b/library/WT/Controller/Fanchart.php @@ -5,7 +5,7 @@ // Copyright (C) 2013 webtrees development team. // // Derived from PhpGedView -// Copyright (C) 2002 to 2009 PGV Development Team. All rights reserved. +// Copyright (C) 2002 to 2009 PGV Development Team. All rights reserved. // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by @@ -20,8 +20,6 @@ // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -// -// $Id$ if (!defined('WT_WEBTREES')) { header('HTTP/1.0 403 Forbidden'); diff --git a/library/WT/Controller/GedcomRecord.php b/library/WT/Controller/GedcomRecord.php index e123819b69..372a624c67 100644 --- a/library/WT/Controller/GedcomRecord.php +++ b/library/WT/Controller/GedcomRecord.php @@ -17,8 +17,6 @@ // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -// -// $Id$ if (!defined('WT_WEBTREES')) { header('HTTP/1.0 403 Forbidden'); diff --git a/library/WT/Controller/Hourglass.php b/library/WT/Controller/Hourglass.php index d60dcc1e92..882c0facb0 100644 --- a/library/WT/Controller/Hourglass.php +++ b/library/WT/Controller/Hourglass.php @@ -5,7 +5,7 @@ // Copyright (C) 2013 webtrees development team. // // Derived from PhpGedView -// Copyright (C) 2002 to 2009 PGV Development Team. All rights reserved. +// Copyright (C) 2002 to 2009 PGV Development Team. All rights reserved. // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by @@ -20,8 +20,6 @@ // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -// -// $Id$ if (!defined('WT_WEBTREES')) { header('HTTP/1.0 403 Forbidden'); diff --git a/library/WT/Controller/Individual.php b/library/WT/Controller/Individual.php index ef55f320e1..3c8c2d6cab 100644 --- a/library/WT/Controller/Individual.php +++ b/library/WT/Controller/Individual.php @@ -20,8 +20,6 @@ // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -// -// $Id$ if (!defined('WT_WEBTREES')) { header('HTTP/1.0 403 Forbidden'); diff --git a/library/WT/Controller/Lifespan.php b/library/WT/Controller/Lifespan.php index 22a097a497..4c48ffde40 100644 --- a/library/WT/Controller/Lifespan.php +++ b/library/WT/Controller/Lifespan.php @@ -20,8 +20,6 @@ // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -// -// $Id$ if (!defined('WT_WEBTREES')) { header('HTTP/1.0 403 Forbidden'); diff --git a/library/WT/Controller/Media.php b/library/WT/Controller/Media.php index c9fbf39547..05765f277a 100644 --- a/library/WT/Controller/Media.php +++ b/library/WT/Controller/Media.php @@ -20,8 +20,6 @@ // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -// -// $Id$ if (!defined('WT_WEBTREES')) { header('HTTP/1.0 403 Forbidden'); diff --git a/library/WT/Controller/Note.php b/library/WT/Controller/Note.php index 003fd45acd..77a693ec49 100644 --- a/library/WT/Controller/Note.php +++ b/library/WT/Controller/Note.php @@ -20,8 +20,6 @@ // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -// -// $Id$ if (!defined('WT_WEBTREES')) { header('HTTP/1.0 403 Forbidden'); diff --git a/library/WT/Controller/Page.php b/library/WT/Controller/Page.php index d2fe6031db..67c9ffd57c 100644 --- a/library/WT/Controller/Page.php +++ b/library/WT/Controller/Page.php @@ -17,8 +17,6 @@ // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -// -// $Id$ if (!defined('WT_WEBTREES')) { header('HTTP/1.0 403 Forbidden'); diff --git a/library/WT/Controller/Pedigree.php b/library/WT/Controller/Pedigree.php index 5133aea959..ad68d9bc27 100644 --- a/library/WT/Controller/Pedigree.php +++ b/library/WT/Controller/Pedigree.php @@ -5,7 +5,7 @@ // Copyright (C) 2013 webtrees development team. // // Derived from PhpGedView -// Copyright (C) 2002 to 2009 PGV Development Team. All rights reserved. +// Copyright (C) 2002 to 2009 PGV Development Team. All rights reserved. // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by @@ -20,8 +20,6 @@ // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -// -// $Id$ if (!defined('WT_WEBTREES')) { header('HTTP/1.0 403 Forbidden'); diff --git a/library/WT/Controller/Repository.php b/library/WT/Controller/Repository.php index 2c409a6110..ae8526b0c1 100644 --- a/library/WT/Controller/Repository.php +++ b/library/WT/Controller/Repository.php @@ -20,8 +20,6 @@ // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -// -// $Id$ if (!defined('WT_WEBTREES')) { header('HTTP/1.0 403 Forbidden'); diff --git a/library/WT/Controller/Search.php b/library/WT/Controller/Search.php index 18a9d4a7c7..9edd4cecf8 100644 --- a/library/WT/Controller/Search.php +++ b/library/WT/Controller/Search.php @@ -20,8 +20,6 @@ // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -// -// $Id$ if (!defined('WT_WEBTREES')) { header('HTTP/1.0 403 Forbidden'); diff --git a/library/WT/Controller/Simple.php b/library/WT/Controller/Simple.php index 96c1c608b4..150ab409a5 100644 --- a/library/WT/Controller/Simple.php +++ b/library/WT/Controller/Simple.php @@ -17,8 +17,6 @@ // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -// -// $Id$ if (!defined('WT_WEBTREES')) { header('HTTP/1.0 403 Forbidden'); diff --git a/library/WT/Controller/Source.php b/library/WT/Controller/Source.php index dff23a7558..607cda59be 100644 --- a/library/WT/Controller/Source.php +++ b/library/WT/Controller/Source.php @@ -20,8 +20,6 @@ // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -// -// $Id$ if (!defined('WT_WEBTREES')) { header('HTTP/1.0 403 Forbidden'); diff --git a/library/WT/Controller/Timeline.php b/library/WT/Controller/Timeline.php index 349a843561..438dad5540 100644 --- a/library/WT/Controller/Timeline.php +++ b/library/WT/Controller/Timeline.php @@ -20,8 +20,6 @@ // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -// -// $Id$ if (!defined('WT_WEBTREES')) { header('HTTP/1.0 403 Forbidden'); diff --git a/library/WT/DB.php b/library/WT/DB.php index 978b0fae85..1b576551de 100644 --- a/library/WT/DB.php +++ b/library/WT/DB.php @@ -4,7 +4,7 @@ // PDOStatement classes to provide database access with logging, etc. // // webtrees: Web based Family History software -// Copyright (C) 2011 webtrees development team. +// Copyright (C) 2013 webtrees development team. // // Derived from PhpGedView // Copyright (c) 2009-2010 Greg Roach @@ -22,8 +22,6 @@ // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -// -// $Id$ if (!defined('WT_WEBTREES')) { header('HTTP/1.0 403 Forbidden'); diff --git a/library/WT/DBStatement.php b/library/WT/DBStatement.php index ad5e594c00..e50a477527 100644 --- a/library/WT/DBStatement.php +++ b/library/WT/DBStatement.php @@ -3,7 +3,7 @@ // PDOStatement classes to provide database access with logging, etc. // // webtrees: Web based Family History software -// Copyright (C) 2011 webtrees development team. +// Copyright (C) 2013 webtrees development team. // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by @@ -18,9 +18,6 @@ // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -// -// @author Greg Roach -// @version $Id$ if (!defined('WT_WEBTREES')) { header('HTTP/1.0 403 Forbidden'); diff --git a/library/WT/Date.php b/library/WT/Date.php index d1509c026b..5f1c928e90 100644 --- a/library/WT/Date.php +++ b/library/WT/Date.php @@ -30,8 +30,6 @@ // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -// -// $Id$ if (!defined('WT_WEBTREES')) { header('HTTP/1.0 403 Forbidden'); diff --git a/library/WT/Date/Calendar.php b/library/WT/Date/Calendar.php index 5849283e5a..d988d4c5b2 100644 --- a/library/WT/Date/Calendar.php +++ b/library/WT/Date/Calendar.php @@ -27,8 +27,6 @@ // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -// -// $Id$ if (!defined('WT_WEBTREES')) { header('HTTP/1.0 403 Forbidden'); diff --git a/library/WT/Date/French.php b/library/WT/Date/French.php index 7c48c6a7e4..52e2ee7caf 100644 --- a/library/WT/Date/French.php +++ b/library/WT/Date/French.php @@ -23,8 +23,6 @@ // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -// -// $Id$ if (!defined('WT_WEBTREES')) { header('HTTP/1.0 403 Forbidden'); diff --git a/library/WT/Date/Gregorian.php b/library/WT/Date/Gregorian.php index 1fbc4a239f..10aea14713 100644 --- a/library/WT/Date/Gregorian.php +++ b/library/WT/Date/Gregorian.php @@ -23,8 +23,6 @@ // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -// -// $Id$ if (!defined('WT_WEBTREES')) { header('HTTP/1.0 403 Forbidden'); diff --git a/library/WT/Date/Hijri.php b/library/WT/Date/Hijri.php index 704d35b838..7f4b0541d8 100644 --- a/library/WT/Date/Hijri.php +++ b/library/WT/Date/Hijri.php @@ -24,8 +24,6 @@ // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -// -// $Id$ if (!defined('WT_WEBTREES')) { header('HTTP/1.0 403 Forbidden'); diff --git a/library/WT/Date/Jalali.php b/library/WT/Date/Jalali.php index 6302c3158f..cb2492ac07 100644 --- a/library/WT/Date/Jalali.php +++ b/library/WT/Date/Jalali.php @@ -23,8 +23,6 @@ // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -// -// $Id$ if (!defined('WT_WEBTREES')) { header('HTTP/1.0 403 Forbidden'); diff --git a/library/WT/Date/Jewish.php b/library/WT/Date/Jewish.php index a2e0949b3b..fd02320972 100644 --- a/library/WT/Date/Jewish.php +++ b/library/WT/Date/Jewish.php @@ -23,8 +23,6 @@ // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -// -// $Id$ if (!defined('WT_WEBTREES')) { header('HTTP/1.0 403 Forbidden'); diff --git a/library/WT/Date/Julian.php b/library/WT/Date/Julian.php index 824de25d46..b4f95fd5a4 100644 --- a/library/WT/Date/Julian.php +++ b/library/WT/Date/Julian.php @@ -24,8 +24,6 @@ // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -// -// $Id$ if (!defined('WT_WEBTREES')) { header('HTTP/1.0 403 Forbidden'); diff --git a/library/WT/Date/Roman.php b/library/WT/Date/Roman.php index b1a760781b..85236e3627 100644 --- a/library/WT/Date/Roman.php +++ b/library/WT/Date/Roman.php @@ -26,8 +26,6 @@ // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -// -// $Id$ if (!defined('WT_WEBTREES')) { header('HTTP/1.0 403 Forbidden'); diff --git a/library/WT/Debug.php b/library/WT/Debug.php index c3caac4e22..6f0f84b338 100644 --- a/library/WT/Debug.php +++ b/library/WT/Debug.php @@ -1,7 +1,7 @@