noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 10/30: Bug : typo change by accident function


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 10/30: Bug : typo change by accident function name
Date: Sat, 3 Dec 2022 08:35:07 -0500 (EST)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 0a37212d2ae88638f696da10fc270f3c7e35e09f
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Sun Nov 20 18:04:02 2022 +0100

    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();



reply via email to

[Prev in Thread] Current Thread [Next in Thread]