Changeset 124

Show
Ignore:
Timestamp:
05/18/08 03:25:04 (3 months ago)
Author:
felix
Message:

notice fix on textarea field (undefined var)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/rapyd/components/fields/textarea.php

    r74 r124  
    1010  function build() 
    1111  { 
     12    $output = ""; 
    1213    if(!isset($this->cols)) 
    1314    { 
     
    1920    unset($this->attributes['type'],$this->attributes['size']); 
    2021    parent::build(); 
    21  
    22  
    23  
    2422 
    2523    switch ($this->status)