Merged changes from stable branch up to 2.3.23.
[fa-stable.git] / includes / ui / db_pager_view.inc
index 950729d13aadf660c5bb9cf095978404187e7d5b..bb6574bef14ffbe24d0074bb5356435aa3893890 100644 (file)
@@ -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