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/install.php

    r1930 r2103  
    205205include(PHPWG_ROOT_PATH . 'include/functions.inc.php');
    206206include(PHPWG_ROOT_PATH . 'admin/include/functions.php');
     207include(PHPWG_ROOT_PATH . 'admin/include/functions_upgrade.php');
    207208include(PHPWG_ROOT_PATH . 'include/template.php');
     209
     210// Create empty local files to avoid log errors
     211create_empty_local_files();
    208212
    209213if ( isset( $_POST['language'] ))
Note: See TracChangeset for help on using the changeset viewer.