diff options
author | plegall <plg@piwigo.org> | 2009-01-04 23:28:36 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2009-01-04 23:28:36 +0000 |
commit | 1b711ad2365b47cb1f1969cad2195c180ad62609 (patch) | |
tree | 533c53f511f74fc86a97325386f7e78ea9f40490 /include/functions_url.inc.php | |
parent | 66a8e486d45f64a33625b1d6c248a967d45a7943 (diff) |
Administration: happy new year 2009, all PHP headers updated.
git-svn-id: http://piwigo.org/svn/trunk@3049 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'include/functions_url.inc.php')
-rw-r--r-- | include/functions_url.inc.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/functions_url.inc.php b/include/functions_url.inc.php index d58e94590..4b97039b7 100644 --- a/include/functions_url.inc.php +++ b/include/functions_url.inc.php @@ -2,7 +2,7 @@ // +-----------------------------------------------------------------------+ // | Piwigo - a PHP based picture gallery | // +-----------------------------------------------------------------------+ -// | Copyright(C) 2008 Piwigo Team http://piwigo.org | +// | Copyright(C) 2008-2009 Piwigo Team http://piwigo.org | // | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net | // | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick | // +-----------------------------------------------------------------------+ @@ -725,4 +725,4 @@ function embellish_url($url) return str_replace('/./', '/', $url); } -?>
\ No newline at end of file +?> |