Bug : typo change by accident function name

This commit is contained in:
sparkyx 2022-11-20 18:04:02 +01:00
parent c9c245ee7e
commit 0a37212d2a

View file

@ -676,7 +676,7 @@ $order
/*!\brief save the order of a card, update the column jnt_fic_attr.jnt_order
*\param $p_array containing the order
*/
function jntsave_order($p_array)
function save_order($p_array)
{
extract($p_array, EXTR_SKIP);
$this->GetAttribut();