summaryrefslogtreecommitdiffstats
path: root/code/user.inc.php
diff options
context:
space:
mode:
authorneoraider <devnull@localhost>2006-12-14 01:06:02 +0100
committerneoraider <devnull@localhost>2006-12-14 01:06:02 +0100
commit543336aef16562369c01992817f58e17144c9cad (patch)
treed49cd8549a836c740df7096ddcf7788ed7920c37 /code/user.inc.php
parent93e1133ee88b03e7cae7318cb19761e698e57b86 (diff)
downloadneon-543336aef16562369c01992817f58e17144c9cad.tar
neon-543336aef16562369c01992817f58e17144c9cad.zip
Base-Type durch Subst-Erweiterungen unnoetig gemacht; Type-Konzept entfernt.
Diffstat (limited to 'code/user.inc.php')
-rw-r--r--code/user.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/code/user.inc.php b/code/user.inc.php
index cc04268..bbcf4ed 100644
--- a/code/user.inc.php
+++ b/code/user.inc.php
@@ -15,7 +15,7 @@
$this->gid = $res->fields[1];
$this->name = $res->fields[3];
- $this->type = 'cookie';
+ $this->login_type = 'cookie';
$this->login_key = $_COOKIE['login'];
}
}