Ignore:
Timestamp:
Sep 21, 2007, 11:12:45 AM (17 years ago)
Author:
patdenice
Message:

0000421 : call a function to create empty local files during install and upgrade
Avoid log errors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/branch-1_7/upgrade.php

    r1998 r2103  
    248248      $datas
    249249      );
     250
     251    // Create empty local files to avoid log errors
     252    create_empty_local_files();
    250253   
    251254    $page['upgrade_end'] = get_moment();
Note: See TracChangeset for help on using the changeset viewer.