diff --git a/get-involved.php b/get-involved.php index d006365a6..ddca2d06f 100644 --- a/get-involved.php +++ b/get-involved.php @@ -244,7 +244,7 @@ directory if you want to learn more about the testing mechanism. something to add. Please take a few moments to familiarize yourself with the mailing list "rules" before you go all crazy on the lists. For the rules that are generally followed on all PHP mailing lists, please see the - Mailinglist Rules. + Mailinglist Rules.

diff --git a/mailing-lists.php b/mailing-lists.php index ae9fe25ec..816e7e2f5 100644 --- a/mailing-lists.php +++ b/mailing-lists.php @@ -167,7 +167,7 @@ if (isset($_POST['maillist'])) {

And make sure you have read our - Mailinglist Rules. + Mailinglist Rules.

File list $restfiles = glob($rest_dir. "/*"); -$list = $lastdir = ""; +//$list = $lastdir = ""; +$list = ""; foreach($restfiles as $filename) { $link = basename($filename, ".rest"); - // Separate the dirname from the filename - list($dir, $filename) = explode("_", $link, 2); - - // Create a tree-like-structure - if ($dir != $lastdir) { - if ($lastdir) { - $list .= "\n"; - } - $list .= "
  • $dir

  • \n