File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 <author >Nelly Mahu-Lasson</author >
2828 </authors >
2929 <versions >
30+ <version >
31+ <num >3.1.2</num >
32+ <compatibility >~11.0</compatibility >
33+ <download_url >https://github.com/pluginsGLPI/addressing/releases/download/3.1.2/glpi-addressing-3.1.2.tar.bz2</download_url >
34+ </version >
3035 <version >
3136 <num >3.1.1</num >
3237 <compatibility >~11.0</compatibility >
Original file line number Diff line number Diff line change 3333use GlpiPlugin \Addressing \PingInfo ;
3434use GlpiPlugin \Addressing \Profile ;
3535
36- define ('PLUGIN_ADDRESSING_VERSION ' , '3.1.1 ' );
36+ define ('PLUGIN_ADDRESSING_VERSION ' , '3.1.2 ' );
3737
3838if (!defined ("PLUGIN_ADDRESSING_DIR " )) {
3939 define ("PLUGIN_ADDRESSING_DIR " , Plugin::getPhpDir ("addressing " ));
Original file line number Diff line number Diff line change @@ -1215,8 +1215,8 @@ public function showReport($params)
12151215 self ::getFormURL (),
12161216 Toolbox::append_params (
12171217 [
1218- 'id ' => $ id ,
1219- 'ping_on ' => $ ping_on ,
1218+ 'id ' => $ id ,
1219+ 'ping_on ' => $ ping_on ,
12201220 'ping_off ' => $ ping_off ,
12211221 'filter ' => $ filter ,
12221222 'seeallotedip ' => $ alloted ,
You can’t perform that action at this time.
0 commit comments