minors
authorMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Wed, 29 Aug 2007 08:29:19 +0000 (08:29 +0000)
committerMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Wed, 29 Aug 2007 08:29:19 +0000 (08:29 +0000)
web/index_rd.php

index 4565b54..5d36e60 100644 (file)
@@ -46,6 +46,7 @@ function unrecerror()
   GLOBAL $is_page_streaming;
 
   $is_page_streaming = TRUE;
+  // log_rd2("UNREC_ERROR");
   return (sprintf('the_end=true; window.onunload = null; document.location.assign("index.php");'));
 }