Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Delisle <marc@infomarc.info>2006-11-19 16:10:31 +0300
committerMarc Delisle <marc@infomarc.info>2006-11-19 16:10:31 +0300
commitba720b7de9c50c3a06f55f0e1f550492b328aeb9 (patch)
tree9ef4bdae23cdab4ebeed222285b6a334e5f84099 /scripts
parent3affb2d94bd327102611df98cb51cb32d7ed7e22 (diff)
bug #1599173
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/upgrade.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/upgrade.pl b/scripts/upgrade.pl
index d7ec7ca84a..c9e625e16c 100755
--- a/scripts/upgrade.pl
+++ b/scripts/upgrade.pl
@@ -72,8 +72,8 @@ if (open(LATEST, "wget -o /dev/null -O - $source_url|")) {
$version = <LATEST>; chomp($version);
$releasedate = <LATEST>; chomp($releasedate);
- $filename = "phpMyAdmin-" . $version . ".tar.gz";
- $directory = "phpMyAdmin-" . $version;
+ $filename = "phpMyAdmin-" . $version . "-all-languages.tar.gz";
+ $directory = "phpMyAdmin-" . $version . "-all-languages";
my $i = 0;