Ticket #321 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

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

Changed 2 years ago by dmorton

  • owner changed from rjl to dmorton
  • status changed from new to assigned
  • milestone set to 1.0.2

Changed 2 years ago by dmorton

  • status changed from assigned to closed
  • resolution set to fixed

Thanks! fixed in [1043]

Note: See TracTickets for help on using tickets.