Subversion-Projekte lars-tiefland.ci

Revision

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

Revision 2049 Revision 2107
Zeile 272... Zeile 272...
272
	 * @param	array	$values	INSERT values
272
	 * @param	array	$values	INSERT values
273
	 * @return	string|bool
273
	 * @return	string|bool
274
	 */
274
	 */
275
	protected function _insert_batch($table, $keys, $values)
275
	protected function _insert_batch($table, $keys, $values)
276
	{
276
	{
277
		return ($this->db->db_debug) ? $this->db->display_error('db_unsupported_feature') : FALSE;
277
		return ($this->db_debug) ? $this->display_error('db_unsupported_feature') : FALSE;
278
	}
278
	}
279
}
279
}