~pieroliste/ocsinventory-ocsreports/trunk

« back to all changes in this revision

Viewing changes to plugins/main_sections/ms_ipdiscover/ms_ipdiscover.php

  • Committer: airoine
  • Date: 2010-06-21 13:04:05 UTC
  • mfrom: (375.1.15 trunk)
  • Revision ID: erwan.goalou@gmail.com-20100621130405-vayg1k6jteavr4xz
small fix and use language files.
tx to Pierfrancesco Passerini

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
                foreach ($dpt as $key=>$value){
30
30
                        $list_index[$key]=$value;
31
31
                }
32
 
                 echo $l->g(562).show_modif($list_index,'DPT_CHOISE',2,$form_name);
 
32
                 echo $l->g(562)." ".show_modif($list_index,'DPT_CHOISE',2,$form_name);
33
33
        }
34
34
         if (isset($protectedPost['DPT_CHOISE']) and $protectedPost['DPT_CHOISE'] != ''){
35
35