Changeset 598 for trunk/picture.php


Ignore:
Timestamp:
Nov 9, 2004, 10:59:19 PM (19 years ago)
Author:
plg
Message:

when picture size exceeds user maximum display size, the link was on the
same page : now it shows the file in the browser

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/picture.php

    r593 r598  
    639639      or $original_height != $picture_size[1])
    640640  {
    641     $content = '[ <a href="'.$picture['current']['url'].'" ';
     641    $content = '[ <a href="'.$picture['current']['src'].'" ';
    642642    $content.= ' title="'.$lang['true_size'].'">';
    643643    $content.= $original_width.'*'.$original_height.'</a> ]';
Note: See TracChangeset for help on using the changeset viewer.