don't use plain_structure anymore

git-svn-id: http://piwigo.org/svn/branches/release-1_3@251 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
z0rglub
2004-01-03 21:10:20 +00:00
parent 9a5f45d314
commit d41ab3e799

View File

@@ -23,7 +23,6 @@ include_once( './include/init.inc.php' );
//-------------------------------------------------- access authorization check
check_cat_id( $_GET['cat'] );
check_login_authorization();
$page['plain_structure'] = get_plain_structure();
if ( isset( $page['cat'] ) and is_numeric( $page['cat'] ) )
{
check_restrictions( $page['cat'] );