Changeset 1107:3943962d69b8 for plugins/attachments/_admin.php
- Timestamp:
- 02/27/13 11:48:32 (13 years ago)
- Branch:
- sexy
- Parents:
- 880:02c78f56f430 (diff), 1105:ce855d61f9ce (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - Files:
-
- 2 edited
-
plugins/attachments/_admin.php (modified) (1 diff)
-
plugins/attachments/_admin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
plugins/attachments/_admin.php
r416 r1107 11 11 # -- END LICENSE BLOCK ----------------------------------------- 12 12 if (!defined('DC_CONTEXT_ADMIN')) { return; } 13 13 /* 14 14 $core->addBehavior ('adminPostFormSidebar',array('attachmentAdmin','adminPostFormSidebar')); 15 15 $core->addBehavior ('adminPostAfterForm',array('attachmentAdmin','adminPostAfterForm')); 16 16 */ 17 17 class attachmentAdmin 18 18 { -
plugins/attachments/_admin.php
r416 r1107 11 11 # -- END LICENSE BLOCK ----------------------------------------- 12 12 if (!defined('DC_CONTEXT_ADMIN')) { return; } 13 13 /* 14 14 $core->addBehavior ('adminPostFormSidebar',array('attachmentAdmin','adminPostFormSidebar')); 15 15 $core->addBehavior ('adminPostAfterForm',array('attachmentAdmin','adminPostAfterForm')); 16 16 */ 17 17 class attachmentAdmin 18 18 {
Note: See TracChangeset
for help on using the changeset viewer.
