From: Alan Knowles Date: Thu, 11 Aug 2011 02:45:25 +0000 (+0800) Subject: Notify.php X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=4d19b0bf12e6d913d73ddda7b13e1625cb03487b;p=Pman.Core Notify.php --- diff --git a/Notify.php b/Notify.php index e87ce9f5..9abf414f 100644 --- a/Notify.php +++ b/Notify.php @@ -84,9 +84,7 @@ class Pman_Core_Notify extends Pman if (!empty($opts['list'])) { foreach($ar as $w) { $o = $w->object(); - $p = $w->person(); - - echo "$e->id : $w->email : ". $w->toEventString()."\n"; + echo "$e->id : $w->person_id_email email : ". $o->toEventString()."\n"; } exit;