Commit 83718999 authored by Stella Power's avatar Stella Power
Browse files

removed unused variable

parent 919e96b6
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -306,7 +306,6 @@ function lightbox2_field_formatter($field, $item, $formatter) {
*/
function theme_imagefield_image_imagecache_lightbox2($namespace, $field, $item, $attributes = NULL) {

		global $user;
		$attributes = drupal_attributes($attributes);
		$imagecache_path = file_create_url(
				file_directory_path() .'/imagecache/'. $namespace .'/'. $item['filepath']);