From c39b2df0a7019cff74e8f1606945ad1a43b45631 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 14 Jul 2016 13:18:47 +0800 Subject: [PATCH] UpdateDatabase.php --- UpdateDatabase.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/UpdateDatabase.php b/UpdateDatabase.php index e8932e24..b90fdc32 100644 --- a/UpdateDatabase.php +++ b/UpdateDatabase.php @@ -408,7 +408,10 @@ class Pman_Core_UpdateDatabase extends Pman continue; } switch($matches[1]) { - case 1050: /// table exists - create table triggers this on existing tables. + case 1050: // create tables triggers this.. + + echo "IGNORE - {$line}\n"; flush(); + continue; } // real errors... -- 2.39.2