Project

General

Profile

Revision b58488b5

IDb58488b5589330c69158f9acfcf988ac90d41958
Parent cf9d65ba
Child 22269799

Added by Francois POIROTTE about 7 years ago

Correction conventions de codage

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

View differences:

src/plugins/vigilo/front/menu.php
32 32
        "LC_ALL" => isset($_SESSION["glpilanguage"]) ? $_SESSION["glpilanguage"] : "en",
33 33
        "PATH" => getenv("PATH")
34 34
    );
35
    $res    = proc_open($cmd, $fds, $pipes, NULL, $env);
35
    $res    = proc_open($cmd, $fds, $pipes, null, $env);
36 36

  
37 37
    if (!is_resource($res)) {
38 38
        $res = false;

Also available in: Unified diff