summaryrefslogtreecommitdiff
path: root/www/plog/files/patch-wizard.php
diff options
context:
space:
mode:
Diffstat (limited to 'www/plog/files/patch-wizard.php')
-rw-r--r--www/plog/files/patch-wizard.php12
1 files changed, 12 insertions, 0 deletions
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 <strong>$tableId</strong> executed successfully.<br/>";
+ else {