diff -r 7f3bd3030ae9 -r d9f37d2ea2cf plugins/gallery/fetcher.php --- a/plugins/gallery/fetcher.php Sun Feb 17 15:21:47 2008 -0500 +++ b/plugins/gallery/fetcher.php Sat Feb 23 16:02:15 2008 -0500 @@ -30,6 +30,9 @@ { global $db, $session, $paths, $template, $plugins; // Common objects + // artificial race condition for debug + // sleep(5); + $type = $paths->getParam(0); if ( !in_array($type, array('thumb', 'preview', 'full')) ) {