Ignore:
Timestamp:
06/29/07 15:17:46 (17 years ago)
Author:
niltonneto
Message:

Versão nova do ADODB (4.5 para 4.95)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/phpgwapi/inc/adodb/session/adodb-cryptsession.php

    r2 r34  
    33 
    44/* 
    5 V4.01 23 Oct 2003  (c) 2000-2004 John Lim (jlim@natsoft.com.my). All rights reserved. 
     5V4.94 23 Jan 2007  (c) 2000-2007 John Lim (jlim#natsoft.com.my). All rights reserved. 
    66         Contributed by Ross Smith (adodb@netebb.com).  
    77  Released under both BSD license and Lesser GPL library license. 
     
    1717*/ 
    1818 
    19 require_once dirname(__FILE__) . '/adodb-session.php'; 
     19if (!defined('ADODB_SESSION')) { 
     20        require_once dirname(__FILE__) . '/adodb-session.php'; 
     21} 
     22 
    2023require_once  ADODB_SESSION . '/adodb-encrypt-md5.php'; 
    2124 
Note: See TracChangeset for help on using the changeset viewer.