Changeset 2189


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

Place for create empty local files in install.php

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/install.php

    r2127 r2189  
    210210include(PHPWG_ROOT_PATH . 'include/template.php');
    211211
    212 // Create empty local files to avoid log errors
    213 create_empty_local_files();
    214 
    215212if ( isset( $_REQUEST['language'] ))
    216213{
     
    316313    @fputs($fp, $file_content, strlen($file_content));
    317314    @fclose($fp);
     315
     316    // Create empty local files to avoid log errors
     317    create_empty_local_files();
    318318
    319319    // tables creation, based on phpwebgallery_structure.sql
Note: See TracChangeset for help on using the changeset viewer.