Changeset 2204 for trunk/picture.php


Ignore:
Timestamp:
Jan 31, 2008, 2:14:25 AM (16 years ago)
Author:
rvelices
Message:

merge 2203 from branch-1_7 to trunk

  • small correction (the prefetch of nezt image was not correct on non image pages generating 404 errors)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/picture.php

    r2169 r2204  
    495495
    496496if (isset($picture['next']['image_url'])
    497     and isset($picture['next']['is_picture']))
     497    and $picture['next']['is_picture'] )
    498498{
    499499  $template->assign_block_vars(
Note: See TracChangeset for help on using the changeset viewer.