Changeset 27147 for extensions/physical2virtual/admin.php
- Timestamp:
- Feb 3, 2014, 1:55:53 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/physical2virtual/admin.php
r27096 r27147 9 9 $conf['physical2virtual'] = array( 10 10 'lock_physical' => isset($_POST['lock_physical']), 11 'private_physical' => isset($_POST['private_physical']), 11 12 ); 12 13 if (isset($_POST['parent_cat']) and $_POST['parent_cat'] > 0) … … 19 20 { 20 21 $conf['physical2virtual']['lock_physical'] = isset($_POST['lock_physical']); 22 $conf['physical2virtual']['private_physical'] = isset($_POST['private_physical']); 21 23 if (isset($_POST['parent_cat']) and $_POST['parent_cat'] > 0) 22 24 $conf['physical2virtual']['parent_cat'] = $_POST['parent_cat'];
Note: See TracChangeset
for help on using the changeset viewer.