From 638854c9bec022ae7d56392c39703be15e076da4 Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Mon, 19 Apr 2004 15:20:51 +0000 Subject: [PATCH] BugFix. --- lib/YATTA/Controlador.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/YATTA/Controlador.php b/lib/YATTA/Controlador.php index 610ba02..ba1c2f0 100644 --- a/lib/YATTA/Controlador.php +++ b/lib/YATTA/Controlador.php @@ -264,9 +264,6 @@ class YATTA_Controlador { } $res = $res->fetchRow(DB_FETCHMODE_ASSOC); - -//@FIXME El email se lo envio al owner y a los destinos, o al owner solamente? - $dest = split (',', @$res['destinos']); $to = $res['owner'].'.gov.ar'; foreach ($dest as $d) { -- 2.43.0