From 60abba5efda57aad011af76306fb6c1eedf1b6c0 Mon Sep 17 00:00:00 2001 From: tomas Date: Fri, 29 Apr 2005 01:03:18 +0000 Subject: [PATCH] #886 realname, lastlogin, lastfail fields added for users. --- livesupport/modules/storageServer/var/BasicStor.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/livesupport/modules/storageServer/var/BasicStor.php b/livesupport/modules/storageServer/var/BasicStor.php index ef634f5bd..43a1e53fe 100644 --- a/livesupport/modules/storageServer/var/BasicStor.php +++ b/livesupport/modules/storageServer/var/BasicStor.php @@ -23,7 +23,7 @@ Author : $Author: tomas $ - Version : $Revision: 1.49 $ + Version : $Revision: 1.50 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/storageServer/var/BasicStor.php,v $ ------------------------------------------------------------------------------*/ @@ -53,7 +53,7 @@ require_once "Transport.php"; * Core of LiveSupport file storage module * * @author $Author: tomas $ - * @version $Revision: 1.49 $ + * @version $Revision: 1.50 $ * @see Alib */ class BasicStor extends Alib{ @@ -890,7 +890,7 @@ class BasicStor extends Alib{ * * @param login string * @param pass string OPT - * @param realname string OPT + * @param realname string OPT * @return int/err */ function addSubj($login, $pass=NULL, $realname='')