reinsert account class

This commit is contained in:
katagia 2003-12-29 14:12:11 +00:00
parent 0bde012f49
commit af1239bcec
1 changed files with 0 additions and 3 deletions

View File

@ -907,7 +907,6 @@ class accountContainer {
} }
/*
// This class keeps all needed values for any account // This class keeps all needed values for any account
class account { class account {
// Type : user | group | host // Type : user | group | host
@ -956,7 +955,6 @@ class account {
* mountpoint, used blocks, soft block limit, hard block limit, grace block period, used inodes, * mountpoint, used blocks, soft block limit, hard block limit, grace block period, used inodes,
* soft inode limit, hard inode limit, grace inode period * soft inode limit, hard inode limit, grace inode period
*/ */
/*
// Personal Settings // Personal Settings
var $personal_title; // string title of user var $personal_title; // string title of user
var $personal_mail; // string mailaddress of user var $personal_mail; // string mailaddress of user
@ -968,7 +966,6 @@ class account {
var $personal_postalAddress; // string postal Address of user var $personal_postalAddress; // string postal Address of user
var $personal_employeeType; // string employe type of user var $personal_employeeType; // string employe type of user
} }
*/