Changeset 580:a381af6f89f9 for inc/admin/class.dc.filter.php
- Timestamp:
- 07/12/11 19:44:54 (14 years ago)
- Branch:
- formfilters
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/admin/class.dc.filter.php
r526 r580 408 408 $this->options = $options; 409 409 $this->extra = $extra; 410 $this->desc = $desc;411 410 $this->verb = "is"; 412 411 $this->values=array(); … … 487 486 protected $options; 488 487 489 public function __construct($id,$name,$desc,$request_param,$options ,$extra=array()) {488 public function __construct($id,$name,$desc,$request_param,$options) { 490 489 parent::__construct($id,$name,$desc,$request_param); 491 490 $this->options = $options; … … 520 519 public function __construct($id,$name,$desc,$request_param,$size,$max) { 521 520 parent::__construct($id,$name,$desc,$request_param); 522 $this->options = $options;523 $this->values=array();524 521 $this->size = $size; 525 522 $this->max = $max; 523 $this->values=array(); 526 524 } 527 525
Note: See TracChangeset
for help on using the changeset viewer.