diff options
Diffstat (limited to '')
-rw-r--r-- | include/functions_picture.inc.php | 4 |
1 files changed, 2 insertions, 2 deletions
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 +?> |