Changeset 3a7deca in github


Ignore:
Timestamp:
Dec 31, 2011 6:51:47 AM (18 months ago)
Author:
thomascube <thomas@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.8
Children:
b9441a1
Parents:
5fea6b4
Message:

Always load jquery UI; minor phpdoc fix

Location:
program/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • program/include/html.php

    r011e805 r3a7deca  
    227227     * 
    228228     * @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 
    229230     * @return string HTML code 
    230231     * @see html::tag() 
  • program/include/rcube_plugin_api.php

    r8703b08 r3a7deca  
    66 |                                                                       | 
    77 | This file is part of the Roundcube Webmail client                     | 
    8  | Copyright (C) 2008-2009, The Roundcube Dev Team                       | 
     8 | Copyright (C) 2008-2011, The Roundcube Dev Team                       | 
    99 | Licensed under the GNU GPL                                            | 
    1010 |                                                                       | 
     
    4141  private $objectsmap = array(); 
    4242  private $template_contents = array(); 
    43   private $required_plugins = array('filesystem_attachments'); 
     43  private $required_plugins = array('filesystem_attachments', 'jqueryui'); 
    4444  private $active_hook = false; 
    4545 
Note: See TracChangeset for help on using the changeset viewer.