Project

General

Profile

Revision b204adb9

IDb204adb9800e3cdef7b0d88f595f07b77f444515
Parent 0e0753c8
Child 2ef80588

Added by Romain Chollet about 7 years ago

[#1569] Correction des tests fictifs

Change-Id: Idb2ee4935192141bc969364e96f92891be086980
Reviewed-on: https://vigilo-dev.si.c-s.fr/review/2307
Reviewed-by: Francois POIROTTE <>
Tested-by: Francois POIROTTE <>

View differences:

hook.php
76 76
        unlink(implode(DIRECTORY_SEPARATOR, $dirs));
77 77
    }
78 78

  
79
    public function manageComputerSoftwareVersion($computer_software_version)
80
    {
81
        global $DB;
82
        $computer=new Computer();
83
        $computer->getFromDB($computer_software_version->getField("computers_id"));
84
        $this->update($computer);
85
    }
86

  
79 87
    public function manageSoftwares($software)
80 88
    {
81 89
        global $DB;

Also available in: Unified diff