Project

General

Profile

Revision 077e4de7

ID077e4de7489b5ceb6478a9386f61293bac14c26e
Parent 0ec9e450
Child ad6689da

Added by Francois POIROTTE about 7 years ago

Prise en compte conventions de codage

Change-Id: I74d6ea904e099519e7d2b08f0586696470514280
Reviewed-on: https://vigilo-dev.si.c-s.fr/review/2367
Tested-by: Build system <>
Reviewed-by: Francois POIROTTE <>

View differences:

src/Vigilo/VigiloNetworkEquipment.php
12 12
    {
13 13
        $this->agent        = null;
14 14
        $this->ventilation  = "Servers";
15
        $this->network     = $network;
15
        $this->network      = $network;
16 16
        $this->addresses    = array();
17 17
        $this->children     = array();
18 18

  
......
35 35

  
36 36
    protected function selectTemplates()
37 37
    {
38
	$template_name = $this->network->getField("template_name");
38
        $template_name = $this->network->getField("template_name");
39 39

  
40
        if ($template_name && $template_name !== "N/A") {
40
        if ($template_name !== "N/A") {
41 41
            $this->children[] = new VigiloHostTemplate($this->network->getField("template_name"));
42 42
        }
43 43
    }

Also available in: Unified diff