Subversion-Projekte lars-tiefland.em_wm

Revision

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

Revision 3 Revision 15
Zeile 32... Zeile 32...
32
				}
32
				}
33
				else
33
				else
34
				{
34
				{
35
					$row=$res->fetchRow(DB_FETCHMODE_ASSOC);
35
					$row=$res->fetchRow(DB_FETCHMODE_ASSOC);
36
					$this->u_id=$row["u_id"];
36
					$this->u_id=$row["u_id"];
-
 
37
					$this->u_name=$row["u_name"];
37
					$this->u_type=$row["u_type"];
38
					$this->u_type=$row["u_type"];
38
					$this->u_max_anz=$row["u_max_anz"];
39
					$this->u_max_anz=$row["u_max_anz"];
39
					return $this;
40
					return $this;
40
				}
41
				}
41
			}
42
			}