aboutsummaryrefslogtreecommitdiffstats
path: root/picture.php
diff options
context:
space:
mode:
authorz0rglub <z0rglub@piwigo.org>2004-01-03 21:10:20 +0000
committerz0rglub <z0rglub@piwigo.org>2004-01-03 21:10:20 +0000
commitd41ab3e79996a1cd002ebcefd42d53fc295ddd8e (patch)
treeb5bf7ea5ee761afa7bf14f2dd292fd791b6ad47e /picture.php
parent9a5f45d31446019840d3052b31c06d1f43fb12ed (diff)
don't use plain_structure anymore
git-svn-id: http://piwigo.org/svn/branches/release-1_3@251 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r--picture.php1
1 files changed, 0 insertions, 1 deletions
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'] );