Changeset 2188


Ignore:
Timestamp:
Jan 21, 2008, 12:15:03 AM (16 years ago)
Author:
patdenice
Message:

Place for create empty local files in install.php

File:
1 edited

Legend:

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

    r2103 r2188  
    208208include(PHPWG_ROOT_PATH . 'include/template.php');
    209209
    210 // Create empty local files to avoid log errors
    211 create_empty_local_files();
    212 
    213210if ( isset( $_POST['language'] ))
    214211{
     
    303300    @fputs($fp, $file_content, strlen($file_content));
    304301    @fclose($fp);
     302
     303    // Create empty local files to avoid log errors
     304    create_empty_local_files();
    305305   
    306306    // tables creation, based on phpwebgallery_structure.sql
Note: See TracChangeset for help on using the changeset viewer.