UpdateDatabase/MysqlLinks.php
authorAlan Knowles <alan@roojs.com>
Fri, 7 Oct 2016 09:10:52 +0000 (17:10 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 7 Oct 2016 09:10:52 +0000 (17:10 +0800)
UpdateDatabase/MysqlLinks.php

index 2aeea42..86a93c2 100644 (file)
@@ -311,7 +311,7 @@ class Pman_Core_UpdateDatabase_MysqlLinks {
             ";
             
             if (!$has_checks) {
-                echo "SKIP TRIGGER {$tbl}_before_insert (missing links)\n";
+                echo "SKIP TRIGGER {$tbl}_before_insert (missing " . implode($errs) . ")\n";
                 return;
             }
             //echo $trigger; exit;