Topic: unnecessary file included

from gl/inquries/gl_account_inquiry.php, we included the db_pager.php. But i feel its not required in this file.

include_once($path_to_root . "/includes/db_pager.inc");
Subscription service based on FA
HRM CRM POS batch Themes

Re: unnecessary file included

Maybe required when no. of listing entries grow.

Re: unnecessary file included

But there is no code used from db_pager to use when the entires grow.

Subscription service based on FA
HRM CRM POS batch Themes