Changeset 423 for trunk/admin/update.php


Ignore:
Timestamp:
May 28, 2004, 11:56:07 PM (20 years ago)
Author:
z0rglub
Message:

table user_category dropped

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/update.php

    r394 r423  
    764764  $end = get_moment();
    765765  echo get_elapsed_time( $start, $end ).' for update_category( all )<br />';
    766 
    767   $start = get_moment();
    768   synchronize_all_users();
    769   $end = get_moment();
    770   echo get_elapsed_time( $start, $end ).' for synchronize_all_users<br />';
    771766}
    772767//----------------------------------------------------------- sending html code
Note: See TracChangeset for help on using the changeset viewer.