Skip to content
Snippets Groups Projects
Commit 7883d066 authored by Andreas Gohr's avatar Andreas Gohr
Browse files

use dformat in toolbar build of the signature string

parent 37b032b4
No related branches found
No related tags found
No related merge requests found
......@@ -243,7 +243,7 @@ function toolbar_signature(){
global $INFO;
$sig = $conf['signature'];
$sig = strftime($sig);
$sig = dformat(null,$sig);
$sig = str_replace('@USER@',$_SERVER['REMOTE_USER'],$sig);
$sig = str_replace('@NAME@',$INFO['userinfo']['name'],$sig);
$sig = str_replace('@MAIL@',$INFO['userinfo']['mail'],$sig);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment