Ignore:
Timestamp:
Nov 14, 2011, 7:00:36 PM (12 years ago)
Author:
flop25
Message:

the new option is added if the config doesn't exist

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/adult_content/maintain.inc.php

    r12621 r12622  
    197197        INSERT INTO ' . CONFIG_TABLE . ' (param,value,comment)
    198198        VALUES
    199         ("ad_c_plugin" , "true,false" , "Plugin adult_content : menublock_for_guest, block_on_index");';
     199    ("ad_c_plugin" , "true,false,both" , "Plugin adult_content : menublock_for_guest, block_on_index, manage_what");';
    200200        pwg_query($q);
    201201        }
Note: See TracChangeset for help on using the changeset viewer.