summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 94b8aa0)
raw | patch | inline | side by side (parent: 94b8aa0)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 2 May 2006 07:38:01 +0000 (07:38 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 2 May 2006 07:38:01 +0000 (07:38 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3177 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/personal/posix/class_posixAccount.inc | patch | blob | history |
diff --git a/plugins/personal/posix/class_posixAccount.inc b/plugins/personal/posix/class_posixAccount.inc
index 4ac237f2eab6a140881da39c26007c64ba3b3fcb..a5e707d64582c48f6f5016128fc06da7c9aab9aa 100644 (file)
if (($current >= $this->shadowExpire) && $this->shadowExpire){
$this->status= _("expired");
if (($current - $this->shadowExpire) < $this->shadowInactive){
- $this->status.= _(", grace time active");
+ $this->status.= ", "._("grace time active");
}
} elseif (($this->shadowLastChange + $this->shadowMin) >= $current){
$this->status= _("active, password not changable");