diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2005-05-27 06:53:16 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2005-05-27 06:53:16 +0000 |
commit | 87f21af6fab3ce3d6c319e1d27d12794f61af061 (patch) | |
tree | f7a622909ac755962b92c55cbffa86e9cf1adf5c /www/plog/files/patch-wizard.php | |
parent | - fix build fail (diff) |
- update to 1.0.1
- bug fix, see
http://www.plogworld.net/blog.php/plog_development_journal/
2005/05/24/plog_101_released
Notes
Notes:
svn path=/head/; revision=136245
Diffstat (limited to '')
-rw-r--r-- | www/plog/files/patch-wizard.php | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/www/plog/files/patch-wizard.php b/www/plog/files/patch-wizard.php index 4fef6c937a3a..61121398850a 100644 --- a/www/plog/files/patch-wizard.php +++ b/www/plog/files/patch-wizard.php @@ -1,12 +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 @@ +--- wizard.php.orig Wed May 25 01:20:42 2005 ++++ wizard.php Fri May 27 14:40:20 2005 +@@ -1419,6 +1419,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 { + }
+
++ // 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 {
|