Subversion-Projekte lars-tiefland.ci

Revision

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

Revision 2257 Revision 2258
Zeile 1526... Zeile 1526...
1526
		}
1526
		}
Zeile 1527... Zeile 1527...
1527
 
1527
 
1528
		return 'UPDATE '.$table.' SET '.implode(', ', $valstr)
1528
		return 'UPDATE '.$table.' SET '.implode(', ', $valstr)
1529
			.$this->_compile_wh('qb_where')
1529
			.$this->_compile_wh('qb_where')
1530
			.$this->_compile_order_by()
1530
			.$this->_compile_order_by()
1531
			.($this->qb_limit ? ' LIMIT '.$this->qb_limit : '');
1531
			.($this->qb_limit !== FALSE ? ' LIMIT '.$this->qb_limit : '');
Zeile 1532... Zeile 1532...
1532
	}
1532
	}
Zeile 1533... Zeile 1533...
1533
 
1533