Subversion-Projekte lars-tiefland.ci

Revision

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

Revision 2314 Revision 2315
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: 2314 $
8
 * @version $Rev: 2315 $
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 94... Zeile 94...
94
                    bl.bestellung = ab.Bestellung
94
                    bl.bestellung = ab.Bestellung
95
                WHERE
95
                WHERE
96
                    exported
96
                    exported
97
                ";
97
                ";
98
		$rResultTotal = $GLOBALS['order_db']->query($sQuery);
98
		$rResultTotal = $GLOBALS['order_db']->query($sQuery);
99
		$aResultTotal = $rResultTotal->unbuffert_row('array');
99
		$aResultTotal = $rResultTotal->unbuffered_row('array');
100
		$iTotal = $aResultTotal["total"];
100
		$iTotal = $aResultTotal["total"];
Zeile 101... Zeile 101...
101
 
101
 
102
 
102