diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/calendar_base.class.php | 4 | ||||
-rw-r--r-- | include/calendar_weekly.class.php | 4 | ||||
-rw-r--r-- | include/common.inc.php | 2 | ||||
-rw-r--r-- | include/functions_picture.inc.php | 4 | ||||
-rw-r--r-- | include/functions_rate.inc.php | 4 | ||||
-rw-r--r-- | include/picture_metadata.inc.php | 4 | ||||
-rw-r--r-- | include/user.inc.php | 4 |
7 files changed, 13 insertions, 13 deletions
diff --git a/include/calendar_base.class.php b/include/calendar_base.class.php index a88c36dcd..bc8c6a7be 100644 --- a/include/calendar_base.class.php +++ b/include/calendar_base.class.php @@ -1,7 +1,7 @@ <?php // +-----------------------------------------------------------------------+ // | PhpWebGallery - a PHP based picture gallery | -// | Copyright (C) 2003-2006 PhpWebGallery Team - http://phpwebgallery.net | +// | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net | // +-----------------------------------------------------------------------+ // | branch : BSF (Best So Far) // | file : $RCSfile$ @@ -363,4 +363,4 @@ GROUP BY period'; } } } -?>
\ No newline at end of file +?> diff --git a/include/calendar_weekly.class.php b/include/calendar_weekly.class.php index 4259650e0..fc9f63d94 100644 --- a/include/calendar_weekly.class.php +++ b/include/calendar_weekly.class.php @@ -1,7 +1,7 @@ <?php // +-----------------------------------------------------------------------+ // | PhpWebGallery - a PHP based picture gallery | -// | Copyright (C) 2003-2006 PhpWebGallery Team - http://phpwebgallery.net | +// | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net | // +-----------------------------------------------------------------------+ // | branch : BSF (Best So Far) // | file : $RCSfile$ @@ -136,4 +136,4 @@ function get_date_where($max_levels=3) } -?>
\ No newline at end of file +?> diff --git a/include/common.inc.php b/include/common.inc.php index bc24905bc..8c7c9d85d 100644 --- a/include/common.inc.php +++ b/include/common.inc.php @@ -2,7 +2,7 @@ // +-----------------------------------------------------------------------+ // | PhpWebGallery - a PHP based picture gallery | // | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net | -// | Copyright (C) 2003-2006 PhpWebGallery Team - http://phpwebgallery.net | +// | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net | // +-----------------------------------------------------------------------+ // | branch : BSF (Best So Far) // | file : $Id$ diff --git a/include/functions_picture.inc.php b/include/functions_picture.inc.php index 572ef8207..09b7c90ce 100644 --- a/include/functions_picture.inc.php +++ b/include/functions_picture.inc.php @@ -1,7 +1,7 @@ <?php // +-----------------------------------------------------------------------+ // | PhpWebGallery - a PHP based picture gallery | -// | Copyright (C) 2003-2006 PhpWebGallery Team - http://phpwebgallery.net | +// | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net | // +-----------------------------------------------------------------------+ // | branch : BSF (Best So Far) // | file : $RCSfile$ @@ -219,4 +219,4 @@ function get_download_url($what_part, $element_info) return trigger_event( 'get_download_url', $url, $element_info); } -?>
\ No newline at end of file +?> diff --git a/include/functions_rate.inc.php b/include/functions_rate.inc.php index 32722118f..3fe1a668e 100644 --- a/include/functions_rate.inc.php +++ b/include/functions_rate.inc.php @@ -2,7 +2,7 @@ // +-----------------------------------------------------------------------+ // | PhpWebGallery - a PHP based picture gallery | // | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net | -// | Copyright (C) 2003-2006 PhpWebGallery Team - http://phpwebgallery.net | +// | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net | // +-----------------------------------------------------------------------+ // | branch : BSF (Best So Far) // | file : $RCSfile$ @@ -150,4 +150,4 @@ UPDATE '.IMAGES_TABLE.' pwg_query($query); } -?>
\ No newline at end of file +?> diff --git a/include/picture_metadata.inc.php b/include/picture_metadata.inc.php index 0cc7dc2ea..513ee55c5 100644 --- a/include/picture_metadata.inc.php +++ b/include/picture_metadata.inc.php @@ -2,7 +2,7 @@ // +-----------------------------------------------------------------------+ // | PhpWebGallery - a PHP based picture gallery | // | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net | -// | Copyright (C) 2003-2006 PhpWebGallery Team - http://phpwebgallery.net | +// | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net | // +-----------------------------------------------------------------------+ // | branch : BSF (Best So Far) // | file : $RCSfile$ @@ -118,4 +118,4 @@ if ($conf['show_iptc']) } -?>
\ No newline at end of file +?> diff --git a/include/user.inc.php b/include/user.inc.php index 001a2a267..047e68723 100644 --- a/include/user.inc.php +++ b/include/user.inc.php @@ -2,7 +2,7 @@ // +-----------------------------------------------------------------------+ // | PhpWebGallery - a PHP based picture gallery | // | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net | -// | Copyright (C) 2003-2006 PhpWebGallery Team - http://phpwebgallery.net | +// | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net | // +-----------------------------------------------------------------------+ // | branch : BSF (Best So Far) // | file : $RCSfile$ @@ -75,4 +75,4 @@ $user = build_user( $user['id'], ); trigger_action('user_init', $user); -?>
\ No newline at end of file +?> |