*** empty log message ***
diff --git a/scripts/wantedFunctions.php b/scripts/wantedFunctions.php
index 5ccce18..b6f32e4 100644
--- a/scripts/wantedFunctions.php
+++ b/scripts/wantedFunctions.php
@@ -26,7 +26,7 @@
 		if ($date <= $now) {
 			$anonymous = $friend->getIsAnonymous();
 			if ($anonymous != 1) {
-				$name = ucfirst($friend->getFirstName()) . " " . ucfirst($friend->getLastName());
+				$name = ucfirst(strtolower($friend->getFirstName())) . " " . ucfirst(strtolower($friend->getLastName()));
 				$name = htmlentities($name);
 			}
 			else