UpdateDatabase.php
authorjohn <john@roojs.com>
Thu, 28 Dec 2017 07:13:51 +0000 (15:13 +0800)
committerjohn <john@roojs.com>
Thu, 28 Dec 2017 07:13:51 +0000 (15:13 +0800)
UpdateDatabase.php

index 59ca2aa..84f6c53 100644 (file)
@@ -817,7 +817,6 @@ class Pman_Core_UpdateDatabase extends Pman
     
     function initEmails($templateDir, $emails)
     {
-        print_r('die here');exit;
         $pg = HTML_FlexyFramework::get()->page;
         foreach($emails as $name=>$data) {
             $cm = DB_DataObject::factory('core_email');
@@ -840,6 +839,10 @@ class Pman_Core_UpdateDatabase extends Pman
                 
                 $cm->bcc_group = $g->id;
             }
+            
+            print_r('die here');exit;
+            
+            
             if (empty($cm->test_class)) {
                 if (empty($data['test_class'])) {
                     $this->jerr("missing test_class for template $name");