Skip to content
Snippets Groups Projects
Commit c5e3e986 authored by Regis Houssin's avatar Regis Houssin
Browse files

Fix: variable inutile

parent 4a1a6ed6
No related branches found
No related tags found
No related merge requests found
......@@ -78,7 +78,7 @@ class mod_propale_saphir extends ModeleNumRefPropales
{
global $conf,$langs,$mysoc;
$numExample = $this->getNextValue($mysoc,$propalspecimen);
$numExample = $this->getNextValue($mysoc);
if (! $numExample)
{
......@@ -89,10 +89,9 @@ class mod_propale_saphir extends ModeleNumRefPropales
/** \brief Return next value
* \param objsoc Object third party
* \param propal Object proposal
* \return string Value if OK, 0 if KO
*/
function getNextValue($objsoc,$propal)
function getNextValue($objsoc)
{
global $db,$conf;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment