Indentation

This commit is contained in:
Alan Garcia 2013-03-03 12:09:53 +00:00
parent c4f5b70cc7
commit f248679280
1 changed files with 49 additions and 49 deletions

View File

@ -49,7 +49,7 @@ class DB_users extends DB_Sql {
die(); die();
} }
# Create the object # Create the object
$this->HumanHostname = $db->f('name'); $this->HumanHostname = $db->f('name');
$this->Host = $db->f('host'); $this->Host = $db->f('host');
$this->User = $db->f('login'); $this->User = $db->f('login');