/[drupal]/contributions/modules/import/import.module
ViewVC logotype

Diff of /contributions/modules/import/import.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.17, Fri Oct 31 17:51:22 2008 UTC revision 1.18, Fri Oct 31 18:14:27 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id$  // $Id: import.module,v 1.17 2008/10/31 17:51:22 cyberswat Exp $
3    
4  /**  /**
5   * creates hook_import   * creates hook_import
# Line 65  function import_cron() { Line 65  function import_cron() {
65    }    }
66    $timer_duration = time() - $start_timer;    $timer_duration = time() - $start_timer;
67    //dpm('Importing took '. $timer_duration .' seconds.');    //dpm('Importing took '. $timer_duration .' seconds.');
68    //dpm('Getting old user from sportingnews_users took '. $total_get_old_user .' seconds.');    //dpm('Getting old user from old_users took '. $total_get_old_user .' seconds.');
69    //dpm('Import of just users was '. $total_user_save .' seconds');    //dpm('Import of just users was '. $total_user_save .' seconds');
70    //dpm('Import of profile_value rows was '. $total_profile_save .' seconds.');    //dpm('Import of profile_value rows was '. $total_profile_save .' seconds.');
71    //dpm('Talking to import_pass/fail was '. $total_import_save .' seconds.');    //dpm('Talking to import_pass/fail was '. $total_import_save .' seconds.');

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

  ViewVC Help
Powered by ViewVC 1.1.2