Author: Andreas Möller (localheinz)
Committer: GitHub (web-flow)
Pusher: cmb69
Date: 2022-06-28T14:27:56+02:00

Commit: 
https://github.com/php/web-php/commit/1c2bd8ad42f1c83581b660747124d2db2b92c5d2
Raw diff: 
https://github.com/php/web-php/commit/1c2bd8ad42f1c83581b660747124d2db2b92c5d2.diff

Fix: Remove unused parameter

Closes GH-572.

Changed paths:
  M  include/layout.inc


Diff:

diff --git a/include/layout.inc b/include/layout.inc
index aca613684..a6c21060b 100644
--- a/include/layout.inc
+++ b/include/layout.inc
@@ -192,7 +192,7 @@ function print_popup_link($url, $linktext=false, 
$windowprops="", $target=false,
 }
 
 // Print a link for a downloadable file (including filesize)
-function download_link($file, $title, $showsize = TRUE, $mirror = '')
+function download_link($file, $title, $showsize = TRUE)
 {
     $download_link = "/distributions/" . $file;
 

-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to