Changeset 6744

Show
Ignore:
Timestamp:
10/06/08 19:40:41 (2 months ago)
Author:
jmathis
Message:

Apply standards

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/centreon/www/class/centreonLogAction.class.php

    r6743 r6744  
    143143                                                        $list_modifications[$i]["field_value_after"] = $field["field_value"]; 
    144144                                                        $ref[$field["field_name"]] = $field["field_value"]; 
    145                                                 } 
    146                                                 else if (($field["field_name"] == $key) && ($field["field_value"] != $value)) { 
     145                                                } else if (($field["field_name"] == $key) && ($field["field_value"] != $value)) { 
    147146                                                        $list_modifications[$i]["field_value_before"] = $value; 
    148147                                                        $list_modifications[$i]["action_log_id"] = $field["action_log_id"]; 
     
    172171                $actionList["mc"] = "Massive change";    
    173172                 
    174                 foreach($actionList as $key => $value) { 
     173                foreach ($actionList as $key => $value) { 
    175174                        if ($action == $key) { 
    176175                                $action = $value;