Changeset 5672 in subversion for trunk/roundcubemail/program/include/rcube_plugin_api.php
- Timestamp:
- Dec 31, 2011 6:51:47 AM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/include/rcube_plugin_api.php
r5207 r5672 6 6 | | 7 7 | This file is part of the Roundcube Webmail client | 8 | Copyright (C) 2008-20 09, The Roundcube Dev Team |8 | Copyright (C) 2008-2011, The Roundcube Dev Team | 9 9 | Licensed under the GNU GPL | 10 10 | | … … 41 41 private $objectsmap = array(); 42 42 private $template_contents = array(); 43 private $required_plugins = array('filesystem_attachments' );43 private $required_plugins = array('filesystem_attachments', 'jqueryui'); 44 44 private $active_hook = false; 45 45
Note: See TracChangeset
for help on using the changeset viewer.
