Changeset 12622

Show
Ignore:
Timestamp:
11/14/11 19:00:36 (18 months ago)
Author:
flop25
Message:

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

Files:
1 modified

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        }