*** view_album.php.orig Thu Jan 16 22:40:19 2003 --- view_album.php Sun Jan 26 15:07:49 2003 *************** *** 489,497 **** showChoice("Edit Thumbnail", "edit_thumb.php", array("index" => $i)); showChoice("Rotate $label", "rotate_photo.php", array("index" => $i)); } ! if (!$gallery->album->isMovie($id)) { showChoice("Highlight $label", "highlight_photo.php", array("index" => $i)); ! } if ($gallery->album->isAlbumName($i)) { $myAlbumName = $gallery->album->isAlbumName($i); --- 489,501 ---- showChoice("Edit Thumbnail", "edit_thumb.php", array("index" => $i)); showChoice("Rotate $label", "rotate_photo.php", array("index" => $i)); } ! //if (!$gallery->album->isMovie($id)) { showChoice("Highlight $label", "highlight_photo.php", array("index" => $i)); ! //} ! // add choice to rebuild selective thumb ! showChoice("Rebuild Thumb", "do_command.php", array("cmd" => "remake-thumbnail" ! ,"set_albumName" => $gallery->session->albumName ! ,"index" => $i)); if ($gallery->album->isAlbumName($i)) { $myAlbumName = $gallery->album->isAlbumName($i);