Subversion-Projekte lars-tiefland.medien

Revision

Revision 45 | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 45 Revision 52
Zeile 45... Zeile 45...
45
				}
45
				}
46
				else
46
				else
47
				{
47
				{
48
					$row=$res->fetchRow();
48
					$row=$res->fetchRow();
49
					$this->u_id=$row["u_id"];
49
					$this->u_id=$row["u_id"];
50
					$this->u_name=$row["u_name"];
50
					$this->u_name=stripslashes($row["u_name"]);
51
					$this->u_type=$row["u_type"];
51
					$this->u_type=$row["u_type"];
52
					$this->u_email=$row["u_email"];
52
					$this->u_email=stripslashes($row["u_email"]);
53
					$this->u_password=$row["u_password"];
53
					$this->u_password=$row["u_password"];
54
					$this->u_active=$row["u_active"];
54
					$this->u_active=$row["u_active"];
55
					$this->u_key=$row["u_key"];
55
					$this->u_key=$row["u_key"];
56
					$this->u_lang=$row["u_lang"];
56
					$this->u_lang=stripslashes($row["u_lang"]);
57
					return $this;
57
					return $this;
58
				}
58
				}
59
			}
59
			}
60
		} 
60
		} 
Zeile 115... Zeile 115...
115
			}
115
			}
116
			else
116
			else
117
			{
117
			{
118
				$row=$res->fetchRow();
118
				$row=$res->fetchRow();
119
				$this->u_id=$row["u_id"];
119
				$this->u_id=$row["u_id"];
120
				$this->u_name=$row["u_name"];
120
				$this->u_name=stripslashes($row["u_name"]);
121
				$this->u_email=$row["u_email"];
121
				$this->u_email=stripslashes($row["u_email"]);
122
				$this->u_type=$row["u_type"];
122
				$this->u_type=$row["u_type"];
123
				$this->u_password=$row["u_password"];
123
				$this->u_password=$row["u_password"];
124
				$this->u_active=$row["u_active"];
124
				$this->u_active=$row["u_active"];
125
				$this->u_key=$row["u_key"];
125
				$this->u_key=$row["u_key"];
126
				$this->u_lang=$row["u_lang"];
126
				$this->u_lang=stripslashes($row["u_lang"]);
127
				return $this;
127
				return $this;
128
			}
128
			}
129
		}
129
		}
130
	}
130
	}
131
?>
131
?>