Ignore:
Timestamp:
09/26/13 15:41:49 (11 years ago)
Author:
angelo
Message:

Ticket #3491 - Compatibilizar Expresso com novas versoes do PHP

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/2.5.1-evolucao/phpgwapi/inc/adodb/drivers/adodb-ado_access.inc.php

    r34 r8222  
    11<?php 
    22/*  
    3 V4.94 23 Jan 2007  (c) 2000-2007 John Lim (jlim#natsoft.com.my). All rights reserved. 
     3V5.18 3 Sep 2012  (c) 2000-2012 John Lim (jlim#natsoft.com). All rights reserved. 
    44Released under both BSD license and Lesser GPL library license.  
    55Whenever there is any discrepancy between the two licenses,  
     
    2727        var $sysDate = "FORMAT(NOW,'yyyy-mm-dd')"; 
    2828        var $sysTimeStamp = 'NOW'; 
    29         var $hasTransactions = false; 
    3029        var $upperCase = 'ucase'; 
    3130         
     
    3534        } 
    3635         
    37         function BeginTrans() { return false;} 
     36        /*function BeginTrans() { return false;} 
    3837         
    3938        function CommitTrans() { return false;} 
    4039         
    41         function RollbackTrans() { return false;} 
     40        function RollbackTrans() { return false;}*/ 
    4241 
    4342} 
Note: See TracChangeset for help on using the changeset viewer.