From dfdbed6155aa730e3e99f4b3da8143ce9bfb20b2 Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Sat, 7 Jan 2006 00:49:23 +0000 Subject: [PATCH] oops --- includes/ImageGallery.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/ImageGallery.php b/includes/ImageGallery.php index 34529b2176..c33a3f2596 100644 --- a/includes/ImageGallery.php +++ b/includes/ImageGallery.php @@ -106,7 +106,6 @@ class ImageGallery $s .= '
' . htmlspecialchars( $nt->getText() ) . '
' . (($i%4==3) ? "\n" : ''); $i++; - var_dump( $nt ); continue; } -- 2.20.1