TYPO3 CMS  TYPO3_7-6
adodb-session-clob2.php
Go to the documentation of this file.
1 <?php
2 
3 
4 /*
5 @version v5.20.3 01-Jan-2016
6 @copyright (c) 2000-2013 John Lim (jlim#natsoft.com). All rights reserved.
7 @copyright (c) 2014 Damien Regad, Mark Newnham and the ADOdb community
8  Contributed by Ross Smith (adodb@netebb.com).
9  Released under both BSD license and Lesser GPL library license.
10  Whenever there is any discrepancy between the two licenses,
11  the BSD license will take precedence.
12  Set tabs to 4 for best viewing.
13 */
14 
15 /*
16 
17 This file is provided for backwards compatibility purposes
18 
19 */
20 
21 if (!defined('ADODB_SESSION')) {
22  require_once dirname(__FILE__) . '/adodb-session2.php';
23 }
24 ADODB_Session::clob('CLOB');
clob($clob=null)