Subversion Repositories Applications.gtt

Rev

Rev 128 | Rev 140 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 128 Rev 134
Line 168... Line 168...
168
	{
168
	{
169
		return $this->password;
169
		return $this->password;
170
	}
170
	}
171
	public function setPassword( $p )
171
	public function setPassword( $p )
172
	{
172
	{
-
 
173
		if (!is_null($p)) {
173
		$this->password = md5($p);
174
			$this->password = md5($p);
-
 
175
		} else {
-
 
176
			$this->password = $p;
-
 
177
		}
174
	}
178
	}
Line 175... Line 179...
175
 
179
 
176
	// Email
180
	// Email
177
	public function getEmail()
181
	public function getEmail()