Subversion-Projekte lars-tiefland.ci

Revision

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

Revision 68 Revision 1257
Zeile 384... Zeile 384...
384
	 *
384
	 *
385
	 * @return	bool
385
	 * @return	bool
386
	 */
386
	 */
387
	protected function _trans_begin()
387
	protected function _trans_begin()
388
	{
388
	{
389
		$this->commit_mode = is_php('5.3.2') ? OCI_NO_AUTO_COMMIT : OCI_DEFAULT;
389
		$this->commit_mode = OCI_NO_AUTO_COMMIT;
390
		return TRUE;
390
		return TRUE;
391
	}
391
	}
Zeile 392... Zeile 392...
392
 
392