summaryrefslogtreecommitdiffstats
path: root/xslt
diff options
context:
space:
mode:
authorDavid Sommerseth <dazo@users.sourceforge.net>2009-10-02 23:46:00 +0200
committerDavid Sommerseth <dazo@users.sourceforge.net>2009-10-02 23:46:00 +0200
commit5a4b0d9ec4202e9a1f035b6d8df63535431f2cbb (patch)
tree47f18888c5620c3453a55973762f0fa65580a5f7 /xslt
parente2f140c24d0e5c1ed246ee6abc437f26f2424b08 (diff)
downloadeurephia-5a4b0d9ec4202e9a1f035b6d8df63535431f2cbb.tar.gz
eurephia-5a4b0d9ec4202e9a1f035b6d8df63535431f2cbb.tar.xz
eurephia-5a4b0d9ec4202e9a1f035b6d8df63535431f2cbb.zip
Fixed a few misbehaviours in eurephiadm users command
Diffstat (limited to 'xslt')
-rw-r--r--xslt/eurephiadm/users.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/xslt/eurephiadm/users.xsl b/xslt/eurephiadm/users.xsl
index 6ded6f6..daafd99 100644
--- a/xslt/eurephiadm/users.xsl
+++ b/xslt/eurephiadm/users.xsl
@@ -107,7 +107,7 @@
<xsl:text>&#10;</xsl:text>
<xsl:text> Login count: </xsl:text>
<xsl:choose>
- <xsl:when test="last_accessed != ''"><xsl:value-of select="last_accessed/@logincount"/></xsl:when>
+ <xsl:when test="last_accessed != ''"><xsl:value-of select="@logincount"/></xsl:when>
<xsl:otherwise>-</xsl:otherwise>
</xsl:choose>
<xsl:text>&#10;</xsl:text>