PluginsOCSInventory-NG / officepack

Retrieve microsoft office keys
GNU General Public License v2.0
15 stars 27 forks source link

ms_officepack.php query error #2

Closed holyyyns closed 7 years ago

holyyyns commented 8 years ago

Greetings,

you have wrong syntax in file ms_officepack on line 38: $sql['SQL'] .= "FROM officepack WHERE 1"; should be $sql['SQL'] .= "FROM officepack WHERE install=1";

Also are you planning on adding all the features from previous officepack version for version 2.1? Summary of licences was awesome feature which is missing here.

Best Regards.

gillesdubois commented 7 years ago

Hi,

Fixed in the new version : https://github.com/PluginsOCSInventory-NG/officepack/releases/download/1.1/officepack.zip

regards, Gilles Dubois.