mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-10 18:53:01 +02:00
$cat_directory was not used in the function
git-svn-id: http://piwigo.org/svn/trunk@163 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
+1
-1
@@ -45,7 +45,7 @@ function display_pictures( $mysql_result, $maxtime, $validation_box = false )
|
|||||||
$array_cat_names[$subrow['cat_id']] =
|
$array_cat_names[$subrow['cat_id']] =
|
||||||
get_cat_display_name( $cat_result['name'], ' > ', '' );
|
get_cat_display_name( $cat_result['name'], ' > ', '' );
|
||||||
}
|
}
|
||||||
$cat_directory = $array_cat_directories[$row['cat_id']];
|
|
||||||
$file = get_filename_wo_extension( $subrow['file'] );
|
$file = get_filename_wo_extension( $subrow['file'] );
|
||||||
// name of the picture
|
// name of the picture
|
||||||
$name = $array_cat_names[$subrow['cat_id']].' > ';
|
$name = $array_cat_names[$subrow['cat_id']].' > ';
|
||||||
|
|||||||
Reference in New Issue
Block a user