diff options
author | rvelices <rv-github@modusoptimus.com> | 2012-01-12 05:57:43 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2012-01-12 05:57:43 +0000 |
commit | 65590487d4f07d81a3e47899c2454df187d3f23a (patch) | |
tree | f801ccc9c0297ee2c1720eacf064a9c3d5b3ac31 /admin/profile.php | |
parent | 286bef319c58ce95e1e75facaeed8cee74461b4d (diff) |
remove max photo width/height from user profile because not used anymore
git-svn-id: http://piwigo.org/svn/trunk@12877 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin/profile.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/profile.php b/admin/profile.php index 584539bfb..5de9d139a 100644 --- a/admin/profile.php +++ b/admin/profile.php @@ -2,7 +2,7 @@ // +-----------------------------------------------------------------------+ // | Piwigo - a PHP based photo gallery | // +-----------------------------------------------------------------------+ -// | Copyright(C) 2008-2011 Piwigo Team http://piwigo.org | +// | Copyright(C) 2008-2012 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 | // +-----------------------------------------------------------------------+ |