| CODENOTIFIER | HelpYou are not signed inSign in |
Project: Movable Type
Revision: 3112
Author: fumiakiy
Date: 20 Oct 2008 03:50:20
Changes:Check if at least one DBD module is installed. BugId:81794
Files:| ... | ...@@ -517,7 +517,7 @@ | |
| 517 | 517 | if (!$dbi_is_okay) { |
| 518 | 518 | print trans_templ(qq{<p class="warning"><MT_TRANS phrase="The $mod is installed properly, but requires an updated DBI module. Please see note above regarding the DBI module requirements."></p>}); |
| 519 | 519 | } else { |
| 520 | $got_one_data = 1; | |
| 520 | $got_one_data = 1 if $mod ne 'DBI'; | |
| 521 | 521 | } |
| 522 | 522 | } |
| 523 | 523 | print trans_templ(qq{<p class="installed"><MT_TRANS phrase="Your server has [_1] installed (version [_2])." params="$mod%%} . $mod->VERSION . qq{"></p>\n\n}); |