Ignore:
Timestamp:
09/21/2009 03:20:17 AM (3 years ago)
Author:
Acinonyx
Message:

[awmn] Fix page links when searching DNS zones and IP ranges (closes #110)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/awmn/includes/pages/hostmaster/hostmaster_ranges.php

    r198 r201  
    44 * 
    55 * Copyright (C) 2005 Nikolaos Nikalexis <winner@cube.gr> 
     6 * Copyright (C) 2009 Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr> 
    67 *  
    78 * This program is free software; you can redistribute it and/or modify 
     
    5354                        "", 
    5455                        "ip_ranges.date_in DESC, ip_ranges.status ASC"); 
     56                $table_ip_ranges->db_data_search($form_search_ranges); 
    5557                foreach( (array) $table_ip_ranges->data as $key => $value) { 
    5658                        if ($key != 0) { 
Note: See TracChangeset for help on using the changeset viewer.