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/formgenerator.core.php

    r4500 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$ 
     
    221218        foreach($form_array as $form_array_section => $form_array_elements) 
    222219        { 
    223             #clansuite_xdebug::firebug($form_array_elements); 
    224             #clansuite_xdebug::firebug($form_array_section); 
     220            #Clansuite_Debug::firebug($form_array_elements); 
     221            #Clansuite_Debug::firebug($form_array_section); 
    225222 
    226223            foreach($form_array_elements as $form_array_element_number => $form_array_element) 
    227224            { 
    228                 #clansuite_xdebug::firebug(array_keys($form_array_element)); 
    229                 #clansuite_xdebug::firebug($obligatory_form_array_elements); 
     225                #Clansuite_Debug::firebug(array_keys($form_array_element)); 
     226                #Clansuite_Debug::firebug($obligatory_form_array_elements); 
    230227 
    231228                # this does the validation. it ensures that required keys are present 
     
    252249    { 
    253250        # debug display incomming form description array 
    254         #clansuite_xdebug::firebug($this->array); 
     251        #Clansuite_Debug::firebug($this->array); 
    255252 
    256253        # loop over all elements of the form description array 
    257254        foreach($this->form_array as $form_array_section => $form_array_elements) 
    258255        { 
    259             #clansuite_xdebug::firebug($form_array_elements); 
    260             #clansuite_xdebug::firebug($form_array_section); 
     256            #Clansuite_Debug::firebug($form_array_elements); 
     257            #Clansuite_Debug::firebug($form_array_section); 
    261258 
    262259            foreach($form_array_elements as $form_array_element_number => $form_array_element) 
    263260            { 
    264                 #clansuite_xdebug::firebug($form_array_element); 
     261                #Clansuite_Debug::firebug($form_array_element); 
    265262 
    266263                # @todo ensure these elements exist !!! 
Note: See TracChangeset for help on using the changeset viewer.