Changeset 16969


Ignore:
Timestamp:
Jul 24, 2012, 2:29:45 PM (12 years ago)
Author:
plg
Message:

by default, [random] has link=no

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/ExtendedDescription/main.inc.php

    r16962 r16969  
    454454function extdesc_get_random_photo($category_id, $size, $html, $link)
    455455{
     456  if ('yes' != $link)
     457  {
     458    $link = 'no';
     459  }
     460
    456461  include_once(PHPWG_ROOT_PATH.'include/functions_picture.inc.php');
    457462 
Note: See TracChangeset for help on using the changeset viewer.