mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-05 01:12:29 +02:00
delete debug prints
git-svn-id: http://piwigo.org/svn/branches/release-1_3@379 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -951,7 +951,6 @@ function get_user_all_restrictions( $user_id )
|
||||
|
||||
$restrictions = $base_restrictions;
|
||||
foreach ( $base_restrictions as $category_id ) {
|
||||
echo $category_id.' is forbidden to user '.$user_id.'<br />';
|
||||
$restrictions =
|
||||
array_merge( $restrictions,
|
||||
$page['plain_structure'][$category_id]['all_subcats_ids'] );
|
||||
|
||||
Reference in New Issue
Block a user