Ignore:
Timestamp:
08/15/10 18:45:12 (22 months ago)
Author:
vain
Message:
  • several changes to copyright, router, bootstrap, frontcontroller and various other files
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/core/viewhelper/form.core.php

    r4498 r4578  
    2424    * 
    2525    * @license    GNU/GPL v2 or (at your option) any later version, see "/doc/LICENSE". 
    26     * 
    27     * @author     Jens-André Koch   <vain@clansuite.com> 
    28     * @copyright  Copyleft: All rights reserved. Jens-André Koch (2005-onwards) 
    29     * 
     26    * @author     Jens-André Koch <vain@clansuite.com> 
     27    * @copyright  Jens-André Koch (2005-onwards) 
    3028    * @link       http://www.clansuite.com 
    31     * @link       http://gna.org/projects/clansuite 
    3229    * 
    3330    * @version    SVN: $Id$ 
     
    608605        $formelements = $this->getFormelements(); 
    609606 
    610         #clansuite_xdebug::printR($formelements); 
     607        #Clansuite_Debug::printR($formelements); 
    611608 
    612609        # sort formelements by index 
     
    631628            /*if($formelement_position == 1) 
    632629            { 
    633                 clansuite_xdebug::printR($formelements); 
     630                Clansuite_Debug::printR($formelements); 
    634631            }*/ 
    635632 
    636             #clansuite_xdebug::printR($formelement); 
     633            #Clansuite_Debug::printR($formelement); 
    637634 
    638635            # then render this formelement (pure) 
     
    653650        } 
    654651 
    655         #clansuite_xdebug::printR($html_form); 
     652        #Clansuite_Debug::printR($html_form); 
    656653        return $html_form; 
    657654    } 
     
    941938    { 
    942939        # Debug of incomming decorators 
    943         #clansuite_xdebug::printR($decorators); 
     940        #Clansuite_Debug::printR($decorators); 
    944941 
    945942        # check if multiple decorators are incomming at once 
     
    971968            $decorator = $this->decoratorFactory($decorators); 
    972969            $decoratorname = $decorator->name; 
    973             #clansuite_xdebug::printR($decorator); 
     970            #Clansuite_Debug::printR($decorator); 
    974971        } 
    975972 
Note: See TracChangeset for help on using the changeset viewer.