File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 2525 <author >Infotel</author >
2626 </authors >
2727 <versions >
28+ <version >
29+ <num >3.1.2</num >
30+ <compatibility >~11.0</compatibility >
31+ <download_url >https://github.com/InfotelGLPI/badges/releases/download/3.1.2/glpi-badges-3.1.2.tar.bz2</download_url >
32+ </version >
2833 <version >
2934 <num >3.1.1</num >
3035 <compatibility >~11.0</compatibility >
Original file line number Diff line number Diff line change 3838
3939global $ CFG_GLPI ;
4040
41- define ('PLUGIN_BADGES_VERSION ' , '3.1.1 ' );
41+ define ('PLUGIN_BADGES_VERSION ' , '3.1.2 ' );
4242
4343if (!defined ("PLUGIN_BADGES_DIR " )) {
4444 define ("PLUGIN_BADGES_DIR " , Plugin::getPhpDir ("badges " ));
Original file line number Diff line number Diff line change @@ -435,7 +435,7 @@ static function queryBadgesReturnExpire()
435435 ]
436436 ],
437437 'WHERE ' => [
438- $ requesttable . 'is_affected ' => '1 ' ,
438+ $ requesttable . '. is_affected ' => '1 ' ,
439439 'NOT ' => [
440440 $ requesttable . 'affectation_date ' => 'NULL '
441441 ],
You can’t perform that action at this time.
0 commit comments