Changeset 727 for trunk/picture.php


Ignore:
Timestamp:
Feb 2, 2005, 12:19:44 AM (19 years ago)
Author:
plg
Message:
  • bug 75 fixed : unlogical screen when removing the last favorite
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/picture.php

    r688 r727  
    268268  if ( !$_GET['add_fav'] and $page['cat'] == 'fav' )
    269269  {
    270     if (!$has_prev and $mysql_num_rows == 1)
     270    if (!$has_prev and !$has_next)
    271271    {
    272272      // there is no favorite picture anymore we redirect the user to the
Note: See TracChangeset for help on using the changeset viewer.