Subversion-Projekte lars-tiefland.ci

Revision

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

Revision 1754 Revision 1763
Zeile 63... Zeile 63...
63
		elseif ($this->input->post('id'))
63
		elseif ($this->input->post('id'))
64
		{
64
		{
65
			$this->artikel->del($this->input->post('id'));
65
			$this->artikel->del($this->input->post('id'));
66
		}
66
		}
67
	}
67
	}
-
 
68
 
-
 
69
	public function reset_cache($id)
-
 
70
	{
-
 
71
		$res = $this->artikel->reset_cache($id);
-
 
72
	}
-
 
73
 
68
	public function save()
74
	public function save()
69
	{
75
	{
70
		$artikel = $this->input->post('artikel');
76
		$artikel = $this->input->post('artikel');
71
		$this->artikel->save($artikel);
77
		$this->artikel->save($artikel);
72
	}
78
	}