comparison mgallery.php @ 12:79987aa7ee9a

Change some debugging (commented out).
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 21 Aug 2015 16:45:53 +0300
parents dec931d9e860
children 951752fb1c21
comparison
equal deleted inserted replaced
11:0b097770061d 12:79987aa7ee9a
289 289
290 echo 290 echo
291 "<h1>Gallery error</h1>\n". 291 "<h1>Gallery error</h1>\n".
292 "<p>Gallery path <b>".chentities($galPath)."</b> does not exist or is invalid.</p>\n"; 292 "<p>Gallery path <b>".chentities($galPath)."</b> does not exist or is invalid.</p>\n";
293 293
294 //echo "<p>".$filename."</p><p>".$filename2."</p>"; 294 //echo "<p>filename=: '".$filename."', X: galData=".intval(isset($galData)).", galEntries=".intval(isset($galEntries))."\n";
295 295
296 mgPrintPageInfoFooter(); 296 mgPrintPageInfoFooter();
297 cmPrintPageFooter(TRUE); 297 cmPrintPageFooter(TRUE);
298 exit; 298 exit;
299 } 299 }