DataObjects/Person.php
authorAlan Knowles <alan@roojs.com>
Sat, 8 Oct 2011 02:21:10 +0000 (10:21 +0800)
committerAlan Knowles <alan@roojs.com>
Sat, 8 Oct 2011 02:21:10 +0000 (10:21 +0800)
DataObjects/Person.php

index dcab408..0247c64 100644 (file)
@@ -91,7 +91,7 @@ class Pman_Core_DataObjects_Person extends DB_DataObject
         /* use variables from this object to ouput data. */
         $mailtext = $template->bufferedOutputObject($content);
         //echo "<PRE>";print_R($mailtext);
-        print_R($mailtext);exit;
+        //print_R($mailtext);exit;
         /* With the output try and send an email, using a few tricks in Mail_MimeDecode. */
         require_once 'Mail/mimeDecode.php';
         require_once 'Mail.php';