From da836ea95fce9a8b5711366253832d298e3c4a6e Mon Sep 17 00:00:00 2001 From: z0rglub Date: Sat, 2 Oct 2004 22:59:03 +0000 Subject: directories "high" and "representative" are not returned anymore as potential category directories git-svn-id: http://piwigo.org/svn/trunk@540 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/create_listing_file.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'admin/create_listing_file.php') diff --git a/admin/create_listing_file.php b/admin/create_listing_file.php index 33da67170..48108afc8 100644 --- a/admin/create_listing_file.php +++ b/admin/create_listing_file.php @@ -258,8 +258,10 @@ function get_dirs($basedir, $indent, $level) { if ($file != '.' and $file != '..' - and is_dir ($basedir.'/'.$file) - and $file != 'thumbnail') + and $file != 'thumbnail' + and $file != 'high' + and $file != 'representative' + and is_dir ($basedir.'/'.$file)) { array_push($fs_dirs, $file); if (!preg_match('/^[a-zA-Z0-9-_.]+$/', $file)) -- cgit v1.2.3