fixed a few bugs
This commit is contained in:
parent
6067d3204e
commit
5fabdf758a
5 changed files with 11 additions and 9 deletions
|
|
@ -128,7 +128,7 @@ sub _setupUserInfo {
|
|||
|
||||
#-------------------------------------------------------------------
|
||||
sub _time {
|
||||
return &UnixDate(&ParseDate("now")),"%s");
|
||||
return &UnixDate(&ParseDate("now"),"%s");
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -3838,8 +3838,8 @@ The primary URL of your company. This will appear on all automated emails sent f
|
|||
},
|
||||
|
||||
'11' => {
|
||||
message => q|Empy trash.|,
|
||||
lastUpdated => 1031514049
|
||||
message => q|Empty trash.|,
|
||||
lastUpdated => 1051514049
|
||||
},
|
||||
|
||||
'492' => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue