diff options
author | rub <rub@piwigo.org> | 2007-02-23 23:50:26 +0000 |
---|---|---|
committer | rub <rub@piwigo.org> | 2007-02-23 23:50:26 +0000 |
commit | 027db797b2853e682c36793d35a2987c9e1cbc0a (patch) | |
tree | 92ba455428bc6dfdd21d5c5ef55cad8bcc7850aa /include/functions_category.inc.php | |
parent | f800d4fb40468fbf255ac78ccd2da82544f8d557 (diff) |
Fix bug on my revision 1851.
git-svn-id: http://piwigo.org/svn/trunk@1854 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | include/functions_category.inc.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/functions_category.inc.php b/include/functions_category.inc.php index 040d91d9e..8ed10de3e 100644 --- a/include/functions_category.inc.php +++ b/include/functions_category.inc.php @@ -2,9 +2,8 @@ // +-----------------------------------------------------------------------+ // | 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$ // | last update : $Date$ // | last modifier : $Author$ |