changeset 2551:a36fa06a6c93

No longer show wizard portrait images.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 19 Jan 2024 13:27:53 +0200
parents 075465280d05
children cf1a294b807e
files www/loc.php
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/www/loc.php	Fri Jan 19 13:27:22 2024 +0200
+++ b/www/loc.php	Fri Jan 19 13:27:53 2024 +0200
@@ -234,7 +234,8 @@
   if (isset($wizTable[$coderName]) && count($wizTable[$coderName]) > 1)
   {
     // Profile picture
-    $imageURL = $wizImageURL.(qcheck($wizTable[$coderName], "imageURL", $imageName) ? $imageName : "unknown.png");
+    //$imageURL = $wizImageURL.(qcheck($wizTable[$coderName], "imageURL", $imageName) ? $imageName : "unknown.png");
+    $imageURL = $wizImageURL."unknown.png";
 
     echo
       "<div class=\"wizInfoBox\">\n".