diff --git a/includes/pages/user_settings.php b/includes/pages/user_settings.php
index 1b039f0c..aa22b419 100644
--- a/includes/pages/user_settings.php
+++ b/includes/pages/user_settings.php
@@ -155,10 +155,10 @@ function user_settings() {
echo "\n";
}
- switch (GetPicturShow($_SESSION['UID'])) {
+ switch (GetPictureShow($_SESSION['UID'])) {
case 'Y' :
echo Get_Text('pub_einstellungen_PictureShow') . "
";
- echo displayPictur($_SESSION['UID'], 0);
+ echo displayPicture($_SESSION['UID'], 0);
echo "