From f4cf482f4f8bfba8534cfddf8358f99c1b737b49 Mon Sep 17 00:00:00 2001 From: Christian Binder Date: Sun, 25 Jan 2009 18:05:13 +0000 Subject: [PATCH] removed debugging into my home folder. sorry I forgot that ! --- notifications/inc/class.notifications_winpopup.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notifications/inc/class.notifications_winpopup.inc.php b/notifications/inc/class.notifications_winpopup.inc.php index 8a3e38cc39..7836228e1a 100644 --- a/notifications/inc/class.notifications_winpopup.inc.php +++ b/notifications/inc/class.notifications_winpopup.inc.php @@ -68,7 +68,7 @@ class notifications_winpopup implements notifications_iface { * * @var string */ - private $netbios_command = "/bin/echo [MESSAGE] >> /Users/jaytraxx/winpopup.out"; + private $netbios_command = false; /** * constructor of notifications_winpopup