Show
Ignore:
Timestamp:
04/28/08 15:04:22 (4 months ago)
Author:
Geert
Message:

CodingStyle maintenance!

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/modules/forge/libraries/Form_Checklist.php

    r2022 r2593  
    3333                        // Return the currently checked values 
    3434                        $array = array(); 
    35                         foreach($this->data['options'] as $id => $opt) 
     35                        foreach ($this->data['options'] as $id => $opt) 
    3636                        { 
    3737                                // Return the options that are checked 
     
    5656 
    5757                $checklist = '<ul class="'.arr::remove('class', $base_data).'">'.$nl; 
    58                 foreach(arr::remove('options', $base_data) as $val => $opt) 
     58                foreach (arr::remove('options', $base_data) as $val => $opt) 
    5959                { 
    6060                        // New set of input data 
     
    7777        protected function load_value() 
    7878        { 
    79                 foreach($this->data['options'] as $val => $checked) 
     79                foreach ($this->data['options'] as $val => $checked) 
    8080                { 
    8181                        if ($input = $this->input_value($this->data['name']))