Subversion-Projekte lars-tiefland.ci

Revision

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

Revision 1049 Revision 1050
Zeile 37... Zeile 37...
37
	{
37
	{
38
		if ($this->form_validaton->run() === false)
38
		if ($this->form_validaton->run() === false)
39
		{
39
		{
40
			$errors = validation_errors();
40
			$errors = validation_errors();
41
			$this->smary->assign('errors', $errors);
41
			$this->smary->assign('errors', $errors);
-
 
42
			echo "1|";
42
			$this->edit($this->input->post('ID'));
43
			$this->edit($this->input->post('ID'));
43
		}
44
		}
-
 
45
		else
-
 
46
		{
-
 
47
			echo "0|";
-
 
48
		}
44
	}
49
	}
Zeile 45... Zeile 50...
45
 
50
 
46
	/**
51
	/**
47
	 * User::edit_profile()
52
	 * User::edit_profile()
Zeile 51... Zeile 56...
51
	public function edit_profile()
56
	public function edit_profile()
52
	{
57
	{
53
		echo "eigenes Profile ändern";
58
		echo "eigenes Profile ändern";
54
	}
59
	}
55
}
60
}
-
 
61
;
56
62