X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Fui%2Fdb_pager_view.inc;h=bb6574bef14ffbe24d0074bb5356435aa3893890;hb=7e8df3a179c05c51085349e139aac9ce88b9378d;hp=950729d13aadf660c5bb9cf095978404187e7d5b;hpb=fc24ee893402902fc58632dabb5d7c2594e191d0;p=fa-stable.git diff --git a/includes/ui/db_pager_view.inc b/includes/ui/db_pager_view.inc index 950729d1..bb6574be 100644 --- a/includes/ui/db_pager_view.inc +++ b/includes/ui/db_pager_view.inc @@ -40,7 +40,7 @@ function navi_button_cell($name, $value, $enabled=true, $align='left') { // Sql paged table view. Call this function inside form. // function display_db_pager(&$pager) { - global $use_popup_windows, $use_date_picker, $path_to_root; + global $path_to_root; $pager->select_records(); @@ -203,4 +203,3 @@ function display_db_pager(&$pager) { } -?> \ No newline at end of file