Subversion Repositories ALCASAR

Rev

Rev 602 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 602 Rev 610
Line 227... Line 227...
227
		}
227
		}
228
	}
228
	}
229
	public function set($userInfo) //ok
229
	public function set($userInfo) //ok
230
	{
230
	{
231
		/*
231
		/*
232
		Set a checkItem or replyItem of the user
232
		Set a value in userInfos
233
		*/
233
		*/
234
		if (array_key_exists($userInfo, $this->userInfos)){
234
		if (array_key_exists($userInfo, $this->userInfos)){
235
			$this->userInfos[$userInfo] = $userInfo;
235
			$this->userInfos[$userInfo] = $userInfo;
236
		}
236
		}
237
		if (strtolower($userInfo) == "username") $this->username = $userInfo;
237
		if (strtolower($userInfo) == "username") $this->username = $userInfo;