diff options
Diffstat (limited to 'mod/lightpics/deactivate.php')
-rw-r--r-- | mod/lightpics/deactivate.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mod/lightpics/deactivate.php b/mod/lightpics/deactivate.php new file mode 100644 index 000000000..55191a9e4 --- /dev/null +++ b/mod/lightpics/deactivate.php @@ -0,0 +1,10 @@ +<?php +/** + * Deactive Tidypics + * + * @author Cash Costello + * @license http://www.gnu.org/licenses/gpl-2.0.html GNU General Public License v2 + */ + +update_subtype('object', 'album'); +update_subtype('object', 'image'); |