Bug : typo change by accident function name
This commit is contained in:
parent
c9c245ee7e
commit
0a37212d2a
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue