diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2005-04-20 07:33:48 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2005-04-20 07:33:48 +0000 |
commit | 8f2143c5ece68786f4261ba3e99a0d36a82748c0 (patch) | |
tree | 08f60e4620937c52f921866eb6ad3c7558a24068 /www/plog/files/patch-wizard.php | |
parent | - Update to 0.2 (diff) |
- Update to 1.0
- add _all_plugins and _all_templates
PR: 80021
Diffstat (limited to 'www/plog/files/patch-wizard.php')
-rw-r--r-- | www/plog/files/patch-wizard.php | 12 |
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 { |