Changeset 3a7deca in github
- Timestamp:
- Dec 31, 2011 6:51:47 AM (18 months ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.8
- Children:
- b9441a1
- Parents:
- 5fea6b4
- Location:
- program/include
- Files:
-
- 2 edited
-
html.php (modified) (1 diff)
-
rcube_plugin_api.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
program/include/html.php
r011e805 r3a7deca 227 227 * 228 228 * @param mixed $attr Hash array with tag attributes or string with script source (src) 229 * @param string $cont Javascript code to be placed as tag content 229 230 * @return string HTML code 230 231 * @see html::tag() -
program/include/rcube_plugin_api.php
r8703b08 r3a7deca 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.
