Changeset 1051

Show
Ignore:
Timestamp:
08/16/08 00:50:35 (3 months ago)
Author:
laurentj
Message:

ticket #662: warnings during compilation of forms

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/experimental/jforms-groups/lib/jelix/forms/jFormsCompiler_jf_1_1.class.php

    r1050 r1051  
    110110    protected function generateGroup(&$source, $control, &$attributes) { 
    111111        $this->readLabel($source, $control, 'group'); 
    112         $this->attrReadOnly(&$source, &$attributes); 
     112        $this->attrReadOnly($source, $attributes); 
    113113        $source[]='$topctrl = $ctrl;'; 
    114114        $ctrlcount = $this->readChildControls($source, 'group', $control, array('label')); 
     
    122122    protected function generateChoice(&$source, $control, &$attributes) { 
    123123        $this->readLabel($source, $control, 'choice'); 
    124         $this->attrReadOnly(&$source, &$attributes); 
     124        $this->attrReadOnly($source, $attributes); 
    125125        $this->readHelpHintAlert($source, $control); 
    126126        $source[]='$topctrl = $ctrl;'; 
  • trunk/lib/jelix/forms/jFormsCompiler_jf_1_1.class.php

    r1050 r1051  
    110110    protected function generateGroup(&$source, $control, &$attributes) { 
    111111        $this->readLabel($source, $control, 'group'); 
    112         $this->attrReadOnly(&$source, &$attributes); 
     112        $this->attrReadOnly($source, $attributes); 
    113113        $source[]='$topctrl = $ctrl;'; 
    114114        $ctrlcount = $this->readChildControls($source, 'group', $control, array('label')); 
     
    122122    protected function generateChoice(&$source, $control, &$attributes) { 
    123123        $this->readLabel($source, $control, 'choice'); 
    124         $this->attrReadOnly(&$source, &$attributes); 
     124        $this->attrReadOnly($source, $attributes); 
    125125        $this->readHelpHintAlert($source, $control); 
    126126        $source[]='$topctrl = $ctrl;'; 
Download in other formats: Unified Diff Zip Archive