mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-08 09:43:01 +02:00
table user_category dropped
git-svn-id: http://piwigo.org/svn/trunk@423 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user