diff options
author | cash <cash.costello@gmail.com> | 2011-11-20 18:41:34 -0500 |
---|---|---|
committer | cash <cash.costello@gmail.com> | 2011-11-20 18:41:34 -0500 |
commit | 9b814dd2124a8c71dec3a8d510d288f040b03b9e (patch) | |
tree | 63a53f0445df06963de1537af58faba38213b587 /deactivate.php | |
parent | c51b483f24936c8d04a54a6999412937ec21c49a (diff) | |
download | elgg-9b814dd2124a8c71dec3a8d510d288f040b03b9e.tar.gz elgg-9b814dd2124a8c71dec3a8d510d288f040b03b9e.tar.bz2 |
working on settings
Diffstat (limited to 'deactivate.php')
-rw-r--r-- | deactivate.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/deactivate.php b/deactivate.php new file mode 100644 index 000000000..55191a9e4 --- /dev/null +++ b/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'); |