Dotclear


Ignore:
Timestamp:
08/20/13 10:56:34 (12 years ago)
Author:
Dsls
Branch:
twig
Message:

Implemented last merges from default, post.php is now more flexible.
added twig function : form_field_attr

File:
1 edited

Legend:

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

    r1158 r1491  
    8787          $this->filtered = false; 
    8888          parent::__construct($core,$name,$action,'POST'); 
    89           $this->id = "filters"; 
     89          //$this->id = "filters"; 
    9090     } 
    9191 
     
    872872     protected function addValue($value=NULL) { 
    873873          if ($value === NULL) { 
    874                $value = current($this->combo); 
     874               $value = current(array_keys($this->combo)); 
    875875          } 
    876876          $this->field->addValue($value); 
Note: See TracChangeset for help on using the changeset viewer.

Sites map