Code cleanup after db_pager optimization.
[fa-stable.git] / gl / inquiry / journal_inquiry.php
index 2eb935e73ca63d0baac00df4186ee309b271681b..1c1405137dee9df5e0c806d08c9adc65cbc5fbf5 100644 (file)
@@ -165,10 +165,6 @@ if (!check_value('AlsoClosed')) {
 
 $table =& new_db_pager('journal_tbl', $sql, $cols);
 
-if (get_post('Search')) {
-       $table->set_sql($sql);
-       $table->set_columns($cols);
-}
 $table->width = "80%";
 start_form();