Show
Ignore:
Timestamp:
12/08/2007 01:01:13 AM (13 months ago)
Author:
Shadowhand
Message:

Updated Forge:

  • Dateselect handles AM/PM properly now
  • Dateselect can now be overloaded to change format (almost)
  • updated /forge_demo
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/modules/forge/libraries/Form_Input.php

    r1450 r1464  
    104104                if ($val === NULL) 
    105105                { 
    106                         return form::label($this->name, $this->label); 
     106                        if ($name = $this->name) 
     107                        { 
     108                                return form::label($name, $this->label); 
     109                        } 
    107110                } 
    108111                else