Ticket #321 (closed defect: fixed)
incorrect DB_Pager error message in configtest.php
| Reported by: | lists@… | Owned by: | dmorton |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.0.2 |
| Component: | PHP scripts | Version: | 1.0.1 |
| Severity: | normal | Keywords: | DB_Pager Pager |
| Cc: |
Description
Since you are now using PEAR::Pager and not Pear::DB_Pager the error message in configtest.php needs correction.
- "<b>pear install DB_Pager</b> to install this."; + "<b>pear install Pager</b> to install this.";
Change History
Note: See
TracTickets for help on using
tickets.

