From d41ab3e79996a1cd002ebcefd42d53fc295ddd8e Mon Sep 17 00:00:00 2001 From: z0rglub Date: Sat, 3 Jan 2004 21:10:20 +0000 Subject: don't use plain_structure anymore git-svn-id: http://piwigo.org/svn/branches/release-1_3@251 68402e56-0260-453c-a942-63ccdbb3a9ee --- picture.php | 1 - 1 file changed, 1 deletion(-) diff --git a/picture.php b/picture.php index 100e4a11d..783a324fa 100644 --- a/picture.php +++ b/picture.php @@ -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'] ); -- cgit v1.2.3