Subversion-Projekte lars-tiefland.ci

Revision

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

Revision 2306 Revision 2307
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: 2306 $
8
 * @version $Rev: 2307 $
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 274... Zeile 274...
274
			"aaData" => array());
274
			"aaData" => array());
Zeile 275... Zeile 275...
275
 
275
 
276
		while ($aRow = $rResult->unbuffered_row('array')) {
276
		while ($aRow = $rResult->unbuffered_row('array')) {
277
			//$aRow['datum'] = strtotime($aRow['datum']);
277
			//$aRow['datum'] = strtotime($aRow['datum']);
278
			$aRow['datum'] = date('d.m.Y', $aRow['datum']);
278
			$aRow['datum'] = date('d.m.Y', $aRow['datum']);
279
			$aRow['bestellung'] = ' <a href="/Warenwirtschaft/bestellungen.php?Bestellung=' .
279
			$aRow['bestellung'] = ' <a target="_blank" href="/backend/order/' . $aRow['bestellung'] .
Zeile 280... Zeile 280...
280
				$aRow['bestellung'] . '">zum Vorgang</a>';
280
				'">zum Vorgang</a>';
281
 
281
 
282
			$url = $aRow["trackinglink"];
282
			$url = $aRow["trackinglink"];
283
			if (stristr($url, "%")) {
283
			if (stristr($url, "%")) {