mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
Update functions.php
This commit is contained in:
parent
6d0c683dac
commit
7884e3857f
@ -695,9 +695,9 @@ function get_select ($select, $selected = null, $return_as = 'html', $first_opt
|
||||
class html_common
|
||||
{
|
||||
var $options = '';
|
||||
var $out = '';
|
||||
var $attr = array();
|
||||
var $cur_attr = null;
|
||||
var $out = null;
|
||||
var $max_length = HTML_SELECT_MAX_LENGTH;
|
||||
var $selected = array();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user