diff options
author | z0rglub <z0rglub@piwigo.org> | 2004-05-28 21:56:07 +0000 |
---|---|---|
committer | z0rglub <z0rglub@piwigo.org> | 2004-05-28 21:56:07 +0000 |
commit | 5643049f239f6472d6019a2f3bce029ed1ef825d (patch) | |
tree | 9a74e101dd6ab7edb925959583f1de57211b4ffb /admin/update.php | |
parent | 7e465041bfdf14cbbb684bf11f597e3bc8e78980 (diff) |
table user_category dropped
git-svn-id: http://piwigo.org/svn/trunk@423 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-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'); |