changeset 25 | d9f37d2ea2cf |
parent 9 | ebd7003e73c6 |
child 26 | 023a21c8f47c |
--- 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')) ) {