- category permissions management comes back! (it disappeared in branch 1.4)

This time, it is designed to support better long users list. On this
  screen, for a particular category, admin can say which groups and users
  are permitted.


git-svn-id: http://piwigo.org/svn/trunk@800 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
plegall
2005-06-30 21:20:06 +00:00
parent 3e1604f748
commit 315f9c5670
8 changed files with 409 additions and 249 deletions
+2 -2
View File
@@ -96,9 +96,9 @@ switch ( $_GET['page'] )
$title = $lang['title_instructions']; $page_valide = true; break;
case 'cat_perm':
$title = $lang['title_cat_perm'];
if ( isset( $_GET['cat_id'] ) )
if ( isset( $_GET['cat'] ) )
{
check_cat_id( $_GET['cat_id'] );
check_cat_id( $_GET['cat'] );
if ( isset( $page['cat'] ) and is_numeric( $page['cat'] ) )
{
$result = get_cat_info( $page['cat'] );