Indentation
This commit is contained in:
parent
c4f5b70cc7
commit
f248679280
|
@ -49,7 +49,7 @@ class DB_users extends DB_Sql {
|
|||
die();
|
||||
}
|
||||
|
||||
# Create the object
|
||||
# Create the object
|
||||
$this->HumanHostname = $db->f('name');
|
||||
$this->Host = $db->f('host');
|
||||
$this->User = $db->f('login');
|
||||
|
|
Loading…
Reference in New Issue