~fabiocbalbuquerque/sahana-agasti/web-services

« back to all changes in this revision

Viewing changes to apps/frontend/modules/facility/actions/actions.class.php

  • Committer: Shirley Chan
  • Date: 2011-03-31 05:29:38 UTC
  • mto: (1.26.1 push-trunk) (7.1.1 mayon)
  • mto: This revision was merged to the branch mainline in revision 7.
  • Revision ID: shirley.chan@mail.cuny.edu-20110331052938-j5xgisus5tq6mbj4
Applying transaction/savepoint best practices to facility import

Show diffs side-by-side

added added

removed removed

Lines of Context:
254
254
      $dataNorm = new agImportNormalization($scenarioId, $sourceTable, 'facility');
255
255
 
256
256
      $format="%d/%m/%Y %H:%M:%S";
257
 
      echo strftime($format);
 
257
//      echo strftime($format);
258
258
 
259
259
      $dataNorm->normalizeImport();
260
260
      
261
261
      $this->summary = $dataNorm->summary;
262
 
      echo strftime($format);
 
262
//      echo strftime($format);
263
263
    }
264
264
 
265
265