Changeset 2437


Ignore:
Timestamp:
Jul 16, 2008, 7:41:12 AM (16 years ago)
Author:
rub
Message:

Remove warning off extend_for_templates.php
Add new in config.sql

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/extend_for_templates.php

    r2434 r2437  
    178178foreach ($new_extensions as $file)
    179179{
    180   $tpl_extension[$file] = array('N/A' => 'N/A');
     180  $tpl_extension[$file] = array('N/A', 'N/A');
    181181}
    182182
  • trunk/install/config.sql

    r2342 r2437  
    2828INSERT INTO piwigo_config (param,value,comment) VALUES ('upload_link_everytime','false','Show upload link every time');
    2929INSERT INTO piwigo_config (param,value,comment) VALUES ('upload_user_access',2 /*ACCESS_CLASSIC*/,'User access level to upload');
     30INSERT INTO piwigo_config (param,value,comment) VALUES ('extents_for_templates','a:0:{}','Actived template-extension(s)');
Note: See TracChangeset for help on using the changeset viewer.