Skip to content

Commit

Permalink
use dformat in toolbar build of the signature string
Browse files Browse the repository at this point in the history
  • Loading branch information
splitbrain committed Mar 16, 2012
1 parent 37b032b commit 7883d06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/toolbar.php
Expand Up @@ -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);
Expand Down

0 comments on commit 7883d06

Please sign in to comment.