Changeset 2084 for trunk/action.php


Ignore:
Timestamp:
Sep 11, 2007, 4:24:51 AM (17 years ago)
Author:
rvelices
Message:

feature 731: permissions at image level

  • this is the first version - I wait for feedback before changing help files
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/action.php

    r1912 r2084  
    9090  WHERE image_id = '.$_GET['id'].'
    9191'.get_sql_condition_FandF(
    92   array('forbidden_categories' => 'category_id'),
     92  array(
     93      'forbidden_categories' => 'category_id',
     94      'forbidden_images' => 'image_id',
     95    ),
    9396  '    AND'
    9497  ).'
Note: See TracChangeset for help on using the changeset viewer.