Changeset 1120

Show
Ignore:
Timestamp:
10/15/08 16:23:39 (3 months ago)
Author:
bibo
Message:

+ just remove a debug message (already commented)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib/jelix/forms/jFormsBase.class.php

    r1067 r1120  
    105105     * list of modified controls 
    106106     * keys are name of control, value is the old value of the control 
    107      * @var array  
     107     * @var array 
    108108     */ 
    109109    protected $modifiedControls = array(); 
     
    564564            include_once(JELIX_LIB_PATH.'forms/jFormsBuilderBase.class.php'); 
    565565            include_once ($gJConfig->_pluginsPathList_jforms[$buildertype].$buildertype.'.jformsbuilder.php'); 
    566             //echo "builder=".$gJConfig->_pluginsPathList_jforms[$buildertype]; 
    567566            $c = $buildertype.'JformsBuilder'; 
    568567            $o = $this->builders[$buildertype] = new $c($this); 
Download in other formats: Unified Diff Zip Archive