Changeset 1548


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

merge -r 1547 from branch-1_6 to Alligator
bug 539: link to picture_modify.php instead of picture.php in rating page

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/rating.php

    r1458 r1548  
    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.