Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update milur.class.php
  • Loading branch information
directman66 committed Sep 18, 2018
1 parent feb5a90 commit 3b5d23e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/milur/milur.class.php
Expand Up @@ -133,7 +133,7 @@ function admin(&$out) {
$this->getConfig();
$out['MODEL']=SETTINGS_APPMILUR_MODEL;

$out['TS']=date('m/d/Y H:i:s',gg(SETTINGS_APPMILUR_MODEL.".timestamp"));
$out['TS']=date('m/d/Y H:i:s',gg(SETTINGS_APPMILUR_MODEL.".lasttimestamp"));
$out['COUNTTS']=date('m/d/Y H:i:s',gg(SETTINGS_APPMILUR_MODEL.".countersts"));

$out['P']=gg(SETTINGS_APPMILUR_MODEL.".P");
Expand Down

0 comments on commit 3b5d23e

Please sign in to comment.