Changeset 2297 for trunk/include/calendar_base.class.php
- Timestamp:
- Apr 5, 2008, 12:57:23 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/calendar_base.class.php
r2231 r2297 1 1 <?php 2 2 // +-----------------------------------------------------------------------+ 3 // | PhpWebGallery - a PHP based picture gallery | 4 // | Copyright (C) 2003-2008 PhpWebGallery Team - http://phpwebgallery.net | 5 // +-----------------------------------------------------------------------+ 6 // | file : $Id$ 7 // | last update : $Date$ 8 // | last modifier : $Author$ 9 // | revision : $Revision$ 3 // | Piwigo - a PHP based picture gallery | 4 // +-----------------------------------------------------------------------+ 5 // | Copyright(C) 2008 Piwigo Team http://piwigo.org | 6 // | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net | 7 // | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick | 10 8 // +-----------------------------------------------------------------------+ 11 9 // | This program is free software; you can redistribute it and/or modify | … … 23 21 // | USA. | 24 22 // +-----------------------------------------------------------------------+ 23 // +-----------------------------------------------------------------------+ 24 // | PhpWebGallery - a PHP based picture gallery | 25 // | Copyright (C) 2003-2008 PhpWebGallery Team - http://phpwebgallery.net | 26 // +-----------------------------------------------------------------------+ 27 // | file : $Id$ 28 // | last update : $Date$ 29 // | last modifier : $Author$ 30 // | revision : $Revision$ 31 // +-----------------------------------------------------------------------+ 32 // | This program is free software; you can redistribute it and/or modify | 33 // | it under the terms of the GNU General Public License as published by | 34 // | the Free Software Foundation | 35 // | | 36 // | This program is distributed in the hope that it will be useful, but | 37 // | WITHOUT ANY WARRANTY; without even the implied warranty of | 38 // | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | 39 // | General Public License for more details. | 40 // | | 41 // | You should have received a copy of the GNU General Public License | 42 // | along with this program; if not, write to the Free Software | 43 // | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, | 44 // | USA. | 45 // +-----------------------------------------------------------------------+ 25 46 26 47 /**
Note: See TracChangeset
for help on using the changeset viewer.