Dotclear


Ignore:
Timestamp:
07/12/11 19:44:54 (14 years ago)
Author:
Franck <carnet.franck.paul@…>
Branch:
formfilters
Message:

Typos diverses et variées

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inc/admin/class.dc.filter.php

    r526 r580  
    408408          $this->options = $options; 
    409409          $this->extra = $extra; 
    410           $this->desc = $desc; 
    411410          $this->verb = "is"; 
    412411          $this->values=array(); 
     
    487486     protected $options; 
    488487      
    489      public function __construct($id,$name,$desc,$request_param,$options,$extra=array()) { 
     488     public function __construct($id,$name,$desc,$request_param,$options) { 
    490489          parent::__construct($id,$name,$desc,$request_param); 
    491490          $this->options = $options; 
     
    520519     public function __construct($id,$name,$desc,$request_param,$size,$max) { 
    521520          parent::__construct($id,$name,$desc,$request_param); 
    522           $this->options = $options; 
    523           $this->values=array(); 
    524521          $this->size = $size; 
    525522          $this->max = $max; 
     523          $this->values=array(); 
    526524     } 
    527525      
Note: See TracChangeset for help on using the changeset viewer.

Sites map