UpdateDatabase.php
authorjohn <john@roojs.com>
Wed, 24 Jan 2018 02:45:16 +0000 (10:45 +0800)
committerjohn <john@roojs.com>
Wed, 24 Jan 2018 02:45:16 +0000 (10:45 +0800)
UpdateDatabase.php

index 7a879df..b7c8368 100644 (file)
@@ -817,7 +817,6 @@ class Pman_Core_UpdateDatabase extends Pman
     
     function initEmails($templateDir, $emails)
     {
-        print_r($emails);exit;
         $pg = HTML_FlexyFramework::get()->page;
         foreach($emails as $name=>$data) {
             $cm = DB_DataObject::factory('core_email');