From 8f2143c5ece68786f4261ba3e99a0d36a82748c0 Mon Sep 17 00:00:00 2001 From: Cheng-Lung Sung Date: Wed, 20 Apr 2005 07:33:48 +0000 Subject: - Update to 1.0 - add _all_plugins and _all_templates PR: 80021 --- www/plog/files/patch-wizard.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 www/plog/files/patch-wizard.php (limited to 'www/plog/files/patch-wizard.php') diff --git a/www/plog/files/patch-wizard.php b/www/plog/files/patch-wizard.php new file mode 100644 index 000000000000..4fef6c937a3a --- /dev/null +++ b/www/plog/files/patch-wizard.php @@ -0,0 +1,12 @@ +--- wizard.php.orig Sun Apr 17 08:56:58 2005 ++++ wizard.php Sun Apr 17 08:58:10 2005 +@@ -1414,6 +1414,9 @@ + } + } + ++ // dirty hack, ignore duplicate table/key/column and upgrade anyway ++ $errors = false; ++ + if( !$errors ) + $message .= "Changes to table $tableId executed successfully.
"; + else { -- cgit v1.2.3