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

index 472198b..8bd9086 100644 (file)
@@ -858,11 +858,14 @@ class Pman_Core_UpdateDatabase extends Pman
                 $got_it = false;
                 
             }
-            print_r($got_it);exit;
+
             if (!$got_it) {
                 $this->jerr("template {$name} does not have a test method {$clsname}::test_{$name}");
             }
             
+            print_r($got_it);exit;
+            
+            
             if ($update) {
                 $cm->update($old);
                 echo "email: {$name} - checked\n";