diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-01-11 02:30:44 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-01-11 02:30:44 +0000 |
commit | 5c68e5193ad4352f4d345ae9d2aaf58ba312d6dc (patch) | |
tree | c6c69a55b7aa6942512ecd3c2e403f3780eae04c /www/plog/files/patch-wizard.php | |
parent | Update to 1.5.0 (diff) |
- projcet rename to lifetype
PR: 91264
Submitted by: clsung
Repocopy by: marcus
Notes
Notes:
svn path=/head/; revision=153223
Diffstat (limited to 'www/plog/files/patch-wizard.php')
-rw-r--r-- | www/plog/files/patch-wizard.php | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/www/plog/files/patch-wizard.php b/www/plog/files/patch-wizard.php deleted file mode 100644 index 61121398850a..000000000000 --- a/www/plog/files/patch-wizard.php +++ /dev/null @@ -1,12 +0,0 @@ ---- 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 {
|