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/adodb-errorpear.inc.php

    r2 r34  
    11<?php 
    22/**  
    3  * @version V4.50 6 July 2004 (c) 2000-2004 John Lim (jlim@natsoft.com.my). All rights reserved. 
     3 * @version V4.94 23 Jan 2007 (c) 2000-2007 John Lim (jlim#natsoft.com.my). All rights reserved. 
    44 * Released under both BSD license and Lesser GPL library license.  
    55  Whenever there is any discrepancy between the two licenses,  
     
    1313include_once('PEAR.php'); 
    1414 
    15 define('ADODB_ERROR_HANDLER','ADODB_Error_PEAR'); 
     15if (!defined('ADODB_ERROR_HANDLER')) define('ADODB_ERROR_HANDLER','ADODB_Error_PEAR'); 
    1616 
    1717/* 
Note: See TracChangeset for help on using the changeset viewer.