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/datadict/datadict-mssql.inc.php

    r34 r8222  
    22 
    33/** 
    4   V4.94 23 Jan 2007  (c) 2000-2007 John Lim (jlim#natsoft.com.my). All rights reserved. 
     4  V5.18 3 Sep 2012  (c) 2000-2012 John Lim (jlim#natsoft.com). All rights reserved. 
    55  Released under both BSD license and Lesser GPL library license.  
    66  Whenever there is any discrepancy between the two licenses,  
     
    7070                case 'SMALLINT': return 'I2'; 
    7171                case 'BIGINT':  return  'I8'; 
    72                  
     72                case 'SMALLDATETIME': return 'T'; 
    7373                case 'REAL': 
    7474                case 'FLOAT': return 'F'; 
     
    9090                         
    9191                case 'D': return 'DATETIME'; 
     92                 
     93                case 'TS': 
    9294                case 'T': return 'DATETIME'; 
    9395                case 'L': return 'BIT'; 
     
    152154         
    153155        // return string must begin with space 
    154         function _CreateSuffix($fname,$ftype,$fnotnull,$fdefault,$fautoinc,$fconstraint) 
     156        function _CreateSuffix($fname,&$ftype,$fnotnull,$fdefault,$fautoinc,$fconstraint,$funsigned) 
    155157        {        
    156158                $suffix = ''; 
Note: See TracChangeset for help on using the changeset viewer.