DataObjects/Core_domain.php
[Pman.Core] / UpdateDatabase.php
index 7233722..9176712 100644 (file)
@@ -135,6 +135,12 @@ class Pman_Core_UpdateDatabase extends Pman
    
         $ff = HTML_FlexyFramework::get();
         
+        if(!empty($ff->Core_Notify)){
+            require_once 'Pman/Core/NotifySmtpCheck.php';
+            $x = new Pman_Core_NotifySmtpCheck();
+            $x->check();
+        }
+        
         $this->disabled = explode(',', $ff->disable);
         
         //$this->fixSequencesPgsql();exit;
@@ -407,7 +413,7 @@ class Pman_Core_UpdateDatabase extends Pman
                     }
                     $matches = array();
                     if (!preg_match('/^ERROR\s+([0-9]+)/', $line, $matches)) {
-                        echo "OK - {$line}\n"; flush();
+                        echo " ---- {$line}\n"; flush();
                         continue;
                     }
                     $continue =0;