#1467 Minor fixes and comment adding

This commit is contained in:
Zacharie Guet
2021-10-16 11:31:37 +02:00
parent 6074e3fd46
commit 1a6fadb468
9 changed files with 137 additions and 40 deletions

View File

@@ -376,6 +376,7 @@ DELETE FROM '. PLUGINS_TABLE .'
}
// Retrieve PEM versions
// Beta test : return last version on PEM if the current version isn't known or else return the current and the last version
function get_versions_to_check($beta_test=false, $version=PHPWG_VERSION)
{
global $conf;