diff options
author | plegall <plg@piwigo.org> | 2011-01-18 00:02:52 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2011-01-18 00:02:52 +0000 |
commit | 6db359c6222072f0f02e0c603ecfb52e8d0f13ab (patch) | |
tree | da59561791dabd78307c3fca969e27405d159ce2 /include/filter.inc.php | |
parent | 7ca4f8e06004740e3dc0c331629daeccc868defe (diff) |
Happy new year 2011
Change "Piwigo - a PHP based picture gallery" into "Piwigo - a PHP based photo gallery"
git-svn-id: http://piwigo.org/svn/trunk@8728 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'include/filter.inc.php')
-rw-r--r-- | include/filter.inc.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/filter.inc.php b/include/filter.inc.php index 3f2467d0b..ee08608e2 100644 --- a/include/filter.inc.php +++ b/include/filter.inc.php @@ -1,8 +1,8 @@ <?php // +-----------------------------------------------------------------------+ -// | Piwigo - a PHP based picture gallery | +// | Piwigo - a PHP based photo gallery | // +-----------------------------------------------------------------------+ -// | Copyright(C) 2008-2010 Piwigo Team http://piwigo.org | +// | Copyright(C) 2008-2011 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 | // +-----------------------------------------------------------------------+ |