Changeset 1547


Ignore:
Timestamp:
Sep 18, 2006, 11:04:49 PM (18 years ago)
Author:
rvelices
Message:

bug 539: link to picture_modify.php instead of picture.php in rating page

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/branch-1_6/admin/rating.php

    r1459 r1547  
    222222  $thumbnail_src = get_thumbnail_src($image['path'], $image['tn_ext']);
    223223
    224   $image_url = make_picture_url(
     224/*  $image_url = make_picture_url(
    225225      array(
    226226        'category' => $image['storage_category_id'],
     
    228228        'image_file' => $image['file'],
    229229      )
    230     );
     230    );*/
     231  $image_url = PHPWG_ROOT_PATH.'admin.php?page=picture_modify'.
     232            '&image_id='.$image['id'];
    231233
    232234  $query = 'SELECT *
Note: See TracChangeset for help on using the changeset viewer.