X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=e-DoKo.git;a=blobdiff_plain;f=include%2Ffunctions.php;h=0559895fbd1ef3684a0c618cf0ab1f83ed5ec1ec;hp=7141ec75c86236389a668a33539d870ed0a6fdc8;hb=8e50d2401a3379114bf58d9532589af0a5bae2ca;hpb=397a0a16021c28327d45568637cbcc7c05c1c27d diff --git a/include/functions.php b/include/functions.php index 7141ec7..0559895 100644 --- a/include/functions.php +++ b/include/functions.php @@ -73,10 +73,11 @@ function mymail($uid,$subject,$message) $subject = "$EmailName".$subject; /* standard greeting */ - $header = "Hello ...\n\n"; + $name = DB_get_name('userid',$uid); + $header = "Hello $name\n\n"; /* and standard goodbye */ - $footer = "\n\nHave a nice day\n". + $footer = "\nHave a nice day\n". " your E-Doko service department\n\n". "-- \n". "You can change your mail delivery mode in the preference menu.\n".