Ignore:
Timestamp:
05/16/12 18:50:10 (12 years ago)
Author:
acoutinho
Message:

Ticket #2751 - Inconsistencias na importacao de eventos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/prototype/modules/calendar/interceptors/DBMapping.php

    r6200 r6215  
    146146                .(!empty($ids) ? ' ' .'AND calendar_object.id NOT IN (\'' . implode('\',\'', $ids) . '\') ' : ' '); 
    147147 
    148                  
    149                 ob_start(); 
    150                 print_r($sql.$where); 
    151  
    152                 $output = ob_get_clean(); 
    153                 file_put_contents( "/tmp/acoutinho.log",  $output , FILE_APPEND); 
    154  
    155                  
     148 
    156149                $params = Controller::service('PostgreSQL')->execResultSql($sql.$where); 
    157150                $params = array_merge($params, $occ);            
Note: See TracChangeset for help on using the changeset viewer.