diff options
author | rub <rub@piwigo.org> | 2007-03-29 19:04:54 +0000 |
---|---|---|
committer | rub <rub@piwigo.org> | 2007-03-29 19:04:54 +0000 |
commit | 7acc304f5543f2210a888e9bb562bb25032aa694 (patch) | |
tree | 05e9be787ad2d40f304c9c6d871f39a14f85299b /install/upgrade_1.6.0.php | |
parent | ac97e7356502f2300c4e6c6f85e35eb854d5f40a (diff) |
o add missing $lang
o use of l10n_dec
o normalize file header
git-svn-id: http://piwigo.org/svn/trunk@1932 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | install/upgrade_1.6.0.php | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/install/upgrade_1.6.0.php b/install/upgrade_1.6.0.php index 19578d0f8..b583752f3 100644 --- a/install/upgrade_1.6.0.php +++ b/install/upgrade_1.6.0.php @@ -2,10 +2,9 @@ // +-----------------------------------------------------------------------+ // | PhpWebGallery - a PHP based picture gallery | // | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net | -// | Copyright (C) 2003-2005 PhpWebGallery Team - http://phpwebgallery.net | +// | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net | // +-----------------------------------------------------------------------+ -// | branch : BSF (Best So Far) -// | file : $RCSfile$ +// | file : $Id$ // | last update : $Date$ // | last modifier : $Author$ // | revision : $Revision$ |