noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] branch unstable updated: remove debug info


From: dwm
Subject: [Noalyss-commit] [noalyss] branch unstable updated: remove debug info
Date: Sun, 10 Mar 2024 07:18:55 -0400

This is an automated email from the git hooks/post-receive script.

sparkyx pushed a commit to branch unstable
in repository noalyss.

The following commit(s) were added to refs/heads/unstable by this push:
     new 5e0da9718 remove debug info
5e0da9718 is described below

commit 5e0da97183b6379a1956116e9a9d068433ae7da9
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Sun Mar 10 12:18:31 2024 +0100

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



reply via email to

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