Changeset 1078 for trunk/picture.php


Ignore:
Timestamp:
Mar 14, 2006, 12:27:34 AM (18 years ago)
Author:
rub
Message:

Step 1 improvement issue 0000127:

o Add field enabled_high of table #_user_infos
o Add $confnewuser_default_enabled_high
o Used field on picture.php

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/picture.php

    r1072 r1078  
    33// | PhpWebGallery - a PHP based picture gallery                           |
    44// | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net |
    5 // | Copyright (C) 2003-2005 PhpWebGallery Team - http://phpwebgallery.net |
     5// | Copyright (C) 2003-2006 PhpWebGallery Team - http://phpwebgallery.net |
    66// +-----------------------------------------------------------------------+
    77// | branch        : BSF (Best So Far)
     
    337337    if ($i == 'current')
    338338    {
    339       if ($row['has_high']=='true')
     339      if (($row['has_high'] == 'true') and ($user['enabled_high'] == 'true'))
    340340      {
    341341        $url_high=$cat_directory.'/pwg_high/'.$row['file'];
Note: See TracChangeset for help on using the changeset viewer.