merge -r990:991 from branch 1.5 to branch 1.6 (bug 196 fixed)

git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1227 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
plegall
2006-04-20 21:54:56 +00:00
parent b11f25eb0b
commit d766c69272

View File

@@ -82,7 +82,9 @@ if (isset($_GET['action']) and 'check_upgrade' == $_GET['action'])
l10n('Check for upgrade failed for unknown reasons.')
);
}
else if ('%PWGVERSION%' == $versions{'current'})
// concatenation needed to avoid automatic transformation by release
// script generator
else if ('%'.'PWGVERSION'.'%' == $versions{'current'})
{
array_push(
$page['infos'],