Development

Changeset 13250

You must first sign up to be able to contribute.

Changeset 13250

Show
Ignore:
Timestamp:
11/22/08 18:11:30 (5 years ago)
Author:
DigitalBase
Message:

Added dynarch .js files

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/dbFormExtraPlugin/lib/widget/sfWidgetFormDateDynarch.class.php

    r13103 r13250  
    11<? 
    22class sfWidgetFormDateDynarch extends sfWidgetFormInput 
    3 { 
     3{   
    44  /** 
    55   * @param  string $name        The element name 
     
    1212   * @see sfWidgetForm 
    1313   */ 
    14   public function render($name, $value = "now", $attributes = array(), $errors = array()) 
     14  public function render($name, $value = null, $attributes = array(), $errors = array()) 
    1515  { 
    1616    $prefix = $this->generateId($name);