Subversion-Projekte lars-tiefland.em_wm

Revision

Revision 61 | Revision 71 | Zur aktuellen Revision | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 61 Revision 64
Zeile 15... Zeile 15...
15
			{
15
			{
16
				$this->u_name="";
16
				$this->u_name="";
17
				$this->u_type=0;
17
				$this->u_type=0;
18
				$this->u_email="";
18
				$this->u_email="";
19
				$this->u_password=md5("");
19
				$this->u_password=md5("");
20
				$this->u_lang="de";
20
				$this->u_lang="en";
21
			}
21
			}
22
			else
22
			else
23
			{
23
			{
24
				$this->u_name=$user;
24
				$this->u_name=$user;
25
				$sql="SELECT * FROM auth_user WHERE u_name='".$this->u_name."'";
25
				$sql="SELECT * FROM auth_user WHERE u_name='".$this->u_name."'";