From 0a37212d2ae88638f696da10fc270f3c7e35e09f Mon Sep 17 00:00:00 2001 From: sparkyx Date: Sun, 20 Nov 2022 18:04:02 +0100 Subject: [PATCH] Bug : typo change by accident function name --- include/class/fiche_def.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/class/fiche_def.class.php b/include/class/fiche_def.class.php index 53e008fdf..9cec31ff5 100644 --- a/include/class/fiche_def.class.php +++ b/include/class/fiche_def.class.php @@ -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();