Index: js/lightbox.js
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/lightbox2/js/lightbox.js,v
retrieving revision 1.5.2.6.2.41
diff -u -r1.5.2.6.2.41 lightbox.js
--- js/lightbox.js 24 Apr 2008 17:37:01 -0000 1.5.2.6.2.41
+++ js/lightbox.js 25 Apr 2008 08:51:16 -0000
@@ -560,7 +560,7 @@

           // Image is very large, so show a smaller version of the larger image
           // with zoom button.
-          if (zoomIn != "TRUE") {
+          if (zoomIn != true) {
             var ratio = 1.0; // Shrink image with the same aspect.
             $('#bottomNavZoomOut').hide();
             $('#bottomNavZoom').hide();
