Subversion-Projekte lars-tiefland.ci

Revision

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

Revision 1031 Revision 1049
Zeile 31... Zeile 31...
31
		$this->smarty->assign('user', $user);
31
		$this->smarty->assign('user', $user);
32
		$this->smarty->assign('modules', $modules);
32
		$this->smarty->assign('modules', $modules);
33
		$this->smarty->view('user_rechte.tpl');
33
		$this->smarty->view('user_rechte.tpl');
34
	}
34
	}
Zeile -... Zeile 35...
-
 
35
 
-
 
36
	public function save()
-
 
37
	{
-
 
38
		if ($this->form_validaton->run() === false)
-
 
39
		{
-
 
40
			$errors = validation_errors();
-
 
41
			$this->smary->assign('errors', $errors);
-
 
42
			$this->edit($this->input->post('ID'));
-
 
43
		}
-
 
44
	}
35
 
45
 
36
	/**
46
	/**
37
	 * User::edit_profile()
47
	 * User::edit_profile()
38
	 * 
48
	 * 
39
	 * @return
49
	 * @return