Documentation TYPO3 par Ameos |
00001 <?php 00002 00003 00004 /* 00005 V4.93 10 Oct 2006 (c) 2000-2006 John Lim (jlim#natsoft.com.my). All rights reserved. 00006 Contributed by Ross Smith (adodb@netebb.com). 00007 Released under both BSD license and Lesser GPL library license. 00008 Whenever there is any discrepancy between the two licenses, 00009 the BSD license will take precedence. 00010 Set tabs to 4 for best viewing. 00011 */ 00012 00013 /* 00014 00015 This file is provided for backwards compatibility purposes 00016 00017 */ 00018 00019 if (!defined('ADODB_SESSION')) { 00020 require_once dirname(__FILE__) . '/adodb-session.php'; 00021 } 00022 ADODB_Session::clob('CLOB'); 00023 00024 ?>