Ignore:
Timestamp:
Feb 3, 2014, 1:55:53 PM (11 years ago)
Author:
JanisV
Message:

Make processed physical albums private

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/physical2virtual/admin.php

    r27096 r27147  
    99  $conf['physical2virtual'] = array(
    1010    'lock_physical' => isset($_POST['lock_physical']),
     11    'private_physical' => isset($_POST['private_physical']),
    1112    );
    1213  if (isset($_POST['parent_cat']) and $_POST['parent_cat'] > 0)
     
    1920{
    2021  $conf['physical2virtual']['lock_physical'] = isset($_POST['lock_physical']);
     22  $conf['physical2virtual']['private_physical'] = isset($_POST['private_physical']);
    2123  if (isset($_POST['parent_cat']) and $_POST['parent_cat'] > 0)
    2224    $conf['physical2virtual']['parent_cat'] = $_POST['parent_cat'];
Note: See TracChangeset for help on using the changeset viewer.