Ignore:
Timestamp:
Oct 9, 2004, 1:30:23 PM (20 years ago)
Author:
z0rglub
Message:

replacement of PhpWebGallery folder representative by pwg_representative and
high by pwg_high

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/include/functions.php

    r540 r563  
    129129
    130130  $pictures = array();
    131   if ($opendir = @opendir($dir.'/representative'))
     131  if ($opendir = @opendir($dir.'/pwg_representative'))
    132132  {
    133133    while ($file = readdir($opendir))
     
    741741 * returns an array containing sub-directories which can be a category
    742742 *
    743  * directories nammed "thumbnail", "high" or "representative" are omitted
     743 * directories nammed "thumbnail", "pwg_high" or "pwg_representative" are
     744 * omitted
    744745 *
    745746 * @param string $basedir
     
    757758          and $file != '..'
    758759          and $file != 'thumbnail'
    759           and $file != 'high'
    760           and $file != 'representative'
     760          and $file != 'pwg_high'
     761          and $file != 'pwg_representative'
    761762          and is_dir($basedir.'/'.$file))
    762763      {
Note: See TracChangeset for help on using the changeset viewer.