From 5e0da97183b6379a1956116e9a9d068433ae7da9 Mon Sep 17 00:00:00 2001 From: sparkyx Date: Sun, 10 Mar 2024 12:18:31 +0100 Subject: [PATCH] remove debug info --- include/class/acc_operation.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/class/acc_operation.class.php b/include/class/acc_operation.class.php index ceb72b3f2..e63da2903 100644 --- a/include/class/acc_operation.class.php +++ b/include/class/acc_operation.class.php @@ -278,7 +278,7 @@ EOF; array($this->pj,$this->jrn,$this->jr_id) ) == 0 ) { - echo __LINE__."debug {$this->pj} est unique"; + $sql="update jrn set jr_pj_number=$1 where jr_id=$2"; $this->db->exec_sql($sql,array($this->pj,$this->jr_id)); }