Subversion-Projekte lars-tiefland.ci

Revision

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

Revision 2327 Revision 2328
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: 2327 $
8
 * @version $Rev: 2328 $
9
 */
9
 */
Zeile 10... Zeile 10...
10
 
10
 
11
class Logistiker_model extends CI_Model
11
class Logistiker_model extends CI_Model
12
{
12
{
Zeile 79... Zeile 79...
79
				WHERE
79
				WHERE
80
					id=".$this->input->post('ID')."
80
					id=".$this->input->post('ID')."
81
			";
81
			";
82
			$res = $this->db->query($sql);
82
			$res = $this->db->query($sql);
83
		}
83
		}
-
 
84
		trigger_error($sql);
-
 
85
		trigger_error(var_export($res));
84
		if ($res)
86
		if ($res)
85
		{
87
		{
86
			echo "Daten wurden erfolgreich geändert!";
88
			echo "Daten wurden erfolgreich geändert!";
87
		}
89
		}
88
		else
90
		else