| 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 |
| 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.'); |