Changeset 535


Ignore:
Timestamp:
Sep 24, 2004, 2:03:07 AM (20 years ago)
Author:
z0rglub
Message:

bug correction : if you rate a picture and then launch the slideshow, all
pictures are rated with the same rate

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/picture.php

    r531 r535  
    195195  $picture[$i]['url'] = PHPWG_ROOT_PATH.'picture.php';
    196196  $picture[$i]['url'].= get_query_string_diff(array('image_id','add_fav',
    197                           'slideshow'));
     197                                                    'slideshow','rate'));
    198198  $picture[$i]['url'].= '&image_id='.$row['id'];
    199199}
Note: See TracChangeset for help on using the changeset viewer.