Changeset 2221 for trunk/include


Ignore:
Timestamp:
Feb 27, 2008, 11:00:13 PM (16 years ago)
Author:
rub
Message:

little corrections

Merge branch-1_7 2219:2220 into BSF

Location:
trunk/include
Files:
2 edited

Legend:

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

    r2218 r2221  
    609609    \''.$_SERVER['REMOTE_ADDR'].'\',
    610610    '.(isset($page['section']) ? "'".$page['section']."'" : 'NULL').',
    611     '.(isset($page['category']) ? $page['category']['id'] : 'NULL').',
     611    '.(isset($page['category']['id']) ? $page['category']['id'] : 'NULL').',
    612612    '.(isset($image_id) ? $image_id : 'NULL').',
    613613    '.(isset($image_type) ? "'".$image_type."'" : 'NULL').',
  • trunk/include/functions_user.inc.php

    r2178 r2221  
    33// | PhpWebGallery - a PHP based picture gallery                           |
    44// | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net |
    5 // | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net |
     5// | Copyright (C) 2003-2008 PhpWebGallery Team - http://phpwebgallery.net |
    66// +-----------------------------------------------------------------------+
    77// | file          : $Id$
     
    11331133      break;
    11341134    }
    1135     case 'default':
     1135    default:
    11361136    {
    11371137      $access_type_status = ACCESS_NONE;
     1138      break;
    11381139    }
    11391140  }
Note: See TracChangeset for help on using the changeset viewer.