diff options
Diffstat (limited to 'admin/update.php')
-rw-r--r-- | admin/update.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/admin/update.php b/admin/update.php index db8790bdf..e77dd2c72 100644 --- a/admin/update.php +++ b/admin/update.php @@ -763,11 +763,6 @@ if ( isset( $_GET['update'] ) ordering('NULL'); $end = get_moment(); echo get_elapsed_time( $start, $end ).' for update_category( all )<br />'; - - $start = get_moment(); - synchronize_all_users(); - $end = get_moment(); - echo get_elapsed_time( $start, $end ).' for synchronize_all_users<br />'; } //----------------------------------------------------------- sending html code $template->assign_var_from_handle('ADMIN_CONTENT', 'update'); |