Ignore:
Timestamp:
04/27/12 09:17:30 (12 years ago)
Author:
marcosw
Message:

Ticket #2398 - Compatibilizacao com PHP-5.3 em alguns módulos do expresso

File:
1 edited

Legend:

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

    r34 r6057  
    519519                        if ($lines == null) $lines = array(); 
    520520                        list(,$first) = each($lines); 
    521                         list(,$column_def) = split("[\t ]+",$first,2); 
     521                        list(,$column_def) = preg_split('/[\t ]+/',$first,2); 
    522522                } 
    523523                return array(sprintf($this->renameColumn,$tabname,$this->NameQuote($oldcolumn),$this->NameQuote($newcolumn),$column_def)); 
Note: See TracChangeset for help on using the changeset viewer.