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

Make processed physical albums private

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/physical2virtual/main.inc.php

    r27146 r27147  
    6565        }
    6666      }
     67      if (isset($conf['physical2virtual']['private_physical']) and $conf['physical2virtual']['private_physical'])
     68      {
     69        set_cat_status(array($row['id']), 'private');
     70      }
    6771    }
    6872    else
Note: See TracChangeset for help on using the changeset viewer.