Author: Andreas Möller (localheinz)
Committer: GitHub (web-flow)
Pusher: cmb69
Date: 2022-07-11T19:50:00+02:00

Commit: 
https://github.com/php/web-php/commit/26e53d3af24aaab8ba198406197bb83e1acbbcef
Raw diff: 
https://github.com/php/web-php/commit/26e53d3af24aaab8ba198406197bb83e1acbbcef.diff

Fix: Remove commented out formats

Closes GH-635.

Changed paths:
  M  download-docs.php


Diff:

diff --git a/download-docs.php b/download-docs.php
index e32c0e9e7..0c2e36f47 100644
--- a/download-docs.php
+++ b/download-docs.php
@@ -43,8 +43,6 @@
 $formats = array(
     "Single HTML file" => "html.gz",
     "Many HTML files"  => "tar.gz",
-#   "Many PDF files"   => "pdf.tar.gz",
-#   "PDF"              => "pdf",
     "HTML Help file"   => "chm",
     "HTML Help file (with user notes)" => "chm",
 );

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

Reply via email to