Changeset 3039


Ignore:
Timestamp:
Jan 3, 2009, 8:38:53 PM (15 years ago)
Author:
nikrou
Message:

improve task:0000902:

  • add image del_all_favorites.png
  • make a redirect after delete
Location:
trunk
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/section_init.inc.php

    r3037 r3039  
    381381    );
    382382
    383     if (!empty($_GET['action']) && ($_GET['action'] == 'remove_all_from_favorites'))
     383    if (!empty($_GET['action'])
     384        && ($_GET['action'] == 'remove_all_from_favorites'))
    384385    {
    385386      $query = '
     
    388389;';
    389390      pwg_query($query);
     391      redirect('index.php?/favorites');
    390392    }
    391393    else
Note: See TracChangeset for help on using the changeset viewer.