Subversion-Projekte lars-tiefland.ci

Revision

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

Revision 1087 Revision 1091
Zeile 3... Zeile 3...
3
/**
3
/**
4
 *
4
 *
5
 * @package WebanOS CI
5
 * @package WebanOS CI
6
 * @author Lars Tiefland <ltiefland@gmail.com> 
6
 * @author Lars Tiefland <ltiefland@gmail.com> 
7
 * @copyright 2016
7
 * @copyright 2016
8
 * @version $Rev: 1087 $
8
 * @version $Rev: 1091 $
9
 */
9
 */
Zeile 10... Zeile 10...
10
 
10
 
11
class User_rechte_model extends CI_Model
11
class User_rechte_model extends CI_Model
12
{
12
{
Zeile 184... Zeile 184...
184
		";
184
		";
185
		$GLOBALS['db_red_write']->trans_start();
185
		$GLOBALS['db_red_write']->trans_start();
186
		$this->del();
186
		$this->del();
187
		foreach ($this->input->post('modules') as $tools)
187
		foreach ($this->input->post('modules') as $tools)
188
		{
188
		{
189
			foreach ($toos as $properties)
189
			foreach ($tools as $properties)
190
			{
190
			{
191
				foreach ($properties as $elem => $val)
191
				foreach ($properties as $elem => $val)
192
				{
192
				{
193
					$data = array(
193
					$data = array(
194
						$this->input->post('ID'),
194
						$this->input->post('ID'),