Changeset 648 for trunk/picture.php


Ignore:
Timestamp:
Dec 20, 2004, 1:30:36 PM (19 years ago)
Author:
plg
Message:
  • new table user_forbidden {user_id,need_update,forbidden_categories} and deletion of field users.forbidden_categories
  • new function calculate_permissions to update table user_forbidden when needed
  • simplification of include/user.inc.php
  • in footer of each page, use "-" instead of "::" to separate page information
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/picture.php

    r642 r648  
    417417}
    418418
    419 $picture_size = get_picture_size( $original_width, $original_height,
    420                                   $user['maxwidth'], $user['maxheight'] );
     419$picture_size = get_picture_size($original_width, $original_height,
     420                                 @$user['maxwidth'], @$user['maxheight']);
    421421
    422422// metadata
Note: See TracChangeset for help on using the changeset viewer.