diff www/info.php @ 2620:164aa519640d

Use 'author' instead of 'creator' or 'coder'.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 16 Feb 2024 23:50:59 +0200
parents 5c04ea63bf29
children 78ad0e51b7b5
line wrap: on
line diff
--- a/www/info.php	Fri Feb 16 23:06:27 2024 +0200
+++ b/www/info.php	Fri Feb 16 23:50:59 2024 +0200
@@ -57,7 +57,7 @@
  */
 foreach ($locTable as $location)
 {
-  foreach ($location["coders"] as $wiz)
+  foreach ($location["authors"] as $wiz)
   {
     $name = $wiz["name"];
     if (!isset($wizTable[$name]))