#886 realname, lastlogin, lastfail fields added for users.
This commit is contained in:
parent
36c1074779
commit
60abba5efd
1 changed files with 3 additions and 3 deletions
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
|
|
||||||
Author : $Author: tomas $
|
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 $
|
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
|
* Core of LiveSupport file storage module
|
||||||
*
|
*
|
||||||
* @author $Author: tomas $
|
* @author $Author: tomas $
|
||||||
* @version $Revision: 1.49 $
|
* @version $Revision: 1.50 $
|
||||||
* @see Alib
|
* @see Alib
|
||||||
*/
|
*/
|
||||||
class BasicStor extends Alib{
|
class BasicStor extends Alib{
|
||||||
|
@ -890,7 +890,7 @@ class BasicStor extends Alib{
|
||||||
*
|
*
|
||||||
* @param login string
|
* @param login string
|
||||||
* @param pass string OPT
|
* @param pass string OPT
|
||||||
* @param realname string OPT
|
* <span style="color:red">@param realname string OPT</span>
|
||||||
* @return int/err
|
* @return int/err
|
||||||
*/
|
*/
|
||||||
function addSubj($login, $pass=NULL, $realname='')
|
function addSubj($login, $pass=NULL, $realname='')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue