From 3c8d02b865558b1da3f5a321a74e7197ee57040d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Marcos=20Garci=CC=81a=20de=20La=20Fuente?=
 <marcosgdf@gmail.com>
Date: Sun, 6 Sep 2015 20:06:43 +0200
Subject: [PATCH] Removed unused variable

---
 htdocs/comm/action/class/actioncomm.class.php | 1 -
 1 file changed, 1 deletion(-)

diff --git a/htdocs/comm/action/class/actioncomm.class.php b/htdocs/comm/action/class/actioncomm.class.php
index a8ea9511087..9d793e16ba0 100644
--- a/htdocs/comm/action/class/actioncomm.class.php
+++ b/htdocs/comm/action/class/actioncomm.class.php
@@ -882,7 +882,6 @@ class ActionComm extends CommonObject
         $resql=$this->db->query($sql);
         if ($resql)
         {
-	        $now = dol_now();
             $agenda_static = new ActionComm($this->db);
 
 	        $response = new WorkboardResponse();
-- 
GitLab